diff --git a/src/platform.rs b/src/platform.rs index 9d94b54..b49518b 100644 --- a/src/platform.rs +++ b/src/platform.rs @@ -67,7 +67,7 @@ impl PlatformInterface for Platform { Err(Error::OpenerMissing { tried: OPENERS }) } - fn hidden(path: &Path) -> Result { + fn hidden(_path: &Path) -> Result { Ok(false) } }