removed unnecessary allow dead_code

This commit is contained in:
Jake Hillion 2022-04-09 19:29:37 +01:00
parent bb14e64e88
commit fc417c4e6c

View File

@ -30,7 +30,6 @@ impl VoidBuilder {
} }
} }
#[allow(dead_code)]
pub fn mount<T1: AsRef<Path>, T2: AsRef<Path>>(&mut self, src: T1, dst: T2) -> &mut Self { pub fn mount<T1: AsRef<Path>, T2: AsRef<Path>>(&mut self, src: T1, dst: T2) -> &mut Self {
self.mounts.insert(src.as_ref().into(), dst.as_ref().into()); self.mounts.insert(src.as_ref().into(), dst.as_ref().into());
self self