Fix hidden method unused arg warning
type: fixed
This commit is contained in:
parent
1c22623df4
commit
eb8efaf528
|
@ -67,7 +67,7 @@ impl PlatformInterface for Platform {
|
|||
Err(Error::OpenerMissing { tried: OPENERS })
|
||||
}
|
||||
|
||||
fn hidden(path: &Path) -> Result<bool, Error> {
|
||||
fn hidden(_path: &Path) -> Result<bool, Error> {
|
||||
Ok(false)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user