SIGN IN SIGN UP
oven-sh / bun UNCLAIMED

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

0 0 150 Rust

paths: delete unused Path::move_ no-op (#31551)

Dead-code sweep of `bun_paths` — single item.

`cargo check --workspace` passes.

## Why this code exists

| Item | Zig original | Zig callers | Status |
|---|---|---|---|
| `Path::move_` | `src/paths/Path.zig:288` (`move`) | 0 — the only
`.move()` hit (`src/install/hosted_git_info.zig:153`) targets
`extract.Result.move`, not `Path.move` | **dead in Zig too** — and the
Rust port is a `self`-returning no-op (Rust move semantics make it
identity) |
D
Dylan Conway committed
f46fe89134c58904e2969f84faac0f17921261bd
Parent: eeca406
Committed by GitHub <noreply@github.com> on 5/29/2026, 1:47:07 AM