chore(clippy): mouse_area, controller & more
Fixes lints for: * src/operation/controller.rs * src/mouse_area.rs * src/mounter/mod.rs
This commit is contained in:
parent
df2d01e9ba
commit
6a6a494012
6 changed files with 63 additions and 49 deletions
|
|
@ -117,4 +117,4 @@ pub fn mounters() -> Mounters {
|
|||
Mounters::new(mounters)
|
||||
}
|
||||
|
||||
pub static MOUNTERS: Lazy<Mounters> = Lazy::new(|| mounters());
|
||||
pub static MOUNTERS: Lazy<Mounters> = Lazy::new(mounters);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue