1
Fork 0
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:
Joseph Crail 2016-05-22 15:15:57 -04:00
parent 6652e6b57d
commit 8d42cecc5f

View file

@ -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();