diff --git a/lib.rs b/lib.rs index 7640281..b307fd3 100644 --- a/lib.rs +++ b/lib.rs @@ -853,7 +853,7 @@ pub fn boottime() -> Result { return Ok(bt); } - #[warn(unreachable_code)] + #[allow(unreachable_code)] Err(Error::UnsupportedSystem) }