diff --git a/src/lib.rs b/src/lib.rs index 5be295a..ea8cfde 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -114,7 +114,6 @@ pub fn new_box_ioerror(m: &str) -> Box { Box::new(Error::new(ErrorKind::Other, m)) } - pub fn parse_size(size: &str) -> XResult { let lower_size = size.to_lowercase(); let no_last_b_size = if lower_size.ends_with("b") {