mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -04:00
clippy: Fix warnings
This commit is contained in:
parent
d7534ced9c
commit
72e633e336
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ impl Inhibitor {
|
|||
}
|
||||
info!("Adding {} to watchlist", path.display());
|
||||
let watch = self.inotify.watches().add(
|
||||
&node.hidraw(),
|
||||
node.hidraw(),
|
||||
WatchMask::DELETE_SELF
|
||||
| WatchMask::OPEN
|
||||
| WatchMask::CLOSE_NOWRITE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue