diff --git a/sys/getconf.rs b/sys/getconf.rs index 992632ae3..27513f7de 100644 --- a/sys/getconf.rs +++ b/sys/getconf.rs @@ -90,8 +90,8 @@ fn handle_sysconf( #[cfg(target_os = "linux")] fn handle_confstr( - var: &str, - confstr_mappings: &HashMap<&'static str, libc::c_int>, + _var: &str, + _confstr_mappings: &HashMap<&'static str, libc::c_int>, ) -> Result<(), Box> { Err(Box::new(std::io::Error::new( std::io::ErrorKind::Other,