rust: change &PathBuf parameters to &Path
This is just as useful in function bodies, and a less strict requirement for callers. Differential Revision: https://phab.mercurial-scm.org/D9594
Showing
- rust/hg-core/src/operations/cat.rs 2 additions, 2 deletionsrust/hg-core/src/operations/cat.rs
- rust/hg-core/src/operations/list_tracked_files.rs 5 additions, 5 deletionsrust/hg-core/src/operations/list_tracked_files.rs
- rust/hg-core/src/revlog/changelog.rs 2 additions, 2 deletionsrust/hg-core/src/revlog/changelog.rs
- rust/hg-core/src/revlog/manifest.rs 2 additions, 2 deletionsrust/hg-core/src/revlog/manifest.rs
- rust/rhg/src/commands/files.rs 3 additions, 3 deletionsrust/rhg/src/commands/files.rs
Loading
Please register or sign in to comment