Disable selective warnings to make cargo check happy
This commit is contained in:
parent
269a72464d
commit
8283909dfd
6 changed files with 20 additions and 10 deletions
|
@ -1,3 +1,6 @@
|
|||
#![allow(unused_variables, dead_code, unused_mut)]
|
||||
// todo!() this is to make transition easier.
|
||||
|
||||
pub mod dock;
|
||||
pub mod item;
|
||||
pub mod notifications;
|
||||
|
@ -2999,7 +3002,7 @@ impl Workspace {
|
|||
}
|
||||
|
||||
Some(())
|
||||
});
|
||||
})?;
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue