mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests: remove unused comment
This commit is contained in:
parent
6652e6b57d
commit
8d42cecc5f
1 changed files with 0 additions and 1 deletions
|
@ -178,7 +178,6 @@ impl AtPath {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn minus(&self, name: &str) -> PathBuf {
|
fn minus(&self, name: &str) -> PathBuf {
|
||||||
// relative_from is currently unstable
|
|
||||||
let prefixed = PathBuf::from(name);
|
let prefixed = PathBuf::from(name);
|
||||||
if prefixed.starts_with(&self.subdir) {
|
if prefixed.starts_with(&self.subdir) {
|
||||||
let mut unprefixed = PathBuf::new();
|
let mut unprefixed = PathBuf::new();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue