Mitigate warning on intentional unused variable

pull/88/head
YX Hao 2 years ago
parent 936ff9f213
commit 87e26a8aaa

@ -516,7 +516,7 @@ fn privdrop(config: &Config) -> Result<(), Error> {
}
#[cfg(not(target_family = "unix"))]
fn set_limits(config: &Config) -> Result<(), Error> {
fn set_limits(_config: &Config) -> Result<(), Error> {
Ok(())
}

Loading…
Cancel
Save