We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a698e88 + dc37508 commit 9f2d066Copy full SHA for 9f2d066
sys/getconf.rs
@@ -90,8 +90,8 @@ fn handle_sysconf(
90
91
#[cfg(target_os = "linux")]
92
fn handle_confstr(
93
- var: &str,
94
- confstr_mappings: &HashMap<&'static str, libc::c_int>,
+ _var: &str,
+ _confstr_mappings: &HashMap<&'static str, libc::c_int>,
95
) -> Result<(), Box<dyn std::error::Error>> {
96
Err(Box::new(std::io::Error::new(
97
std::io::ErrorKind::Other,
0 commit comments