diff --git a/src/lib.rs b/src/lib.rs index 48393da..61d1f65 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -231,6 +231,7 @@ mod sealed { }) } + #[allow(dead_code)] fn get(&self, key: &str) -> Result { self.open_path(key, false).and_then(|mut file: File| { let mut string = String::new();