deny warnings in egui lib (again. oops)
This commit is contained in:
parent
8c03f6a90f
commit
5ed949bb32
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
//! }
|
||||
//! ```
|
||||
|
||||
// #![deny(warnings)] // TODO: remove
|
||||
#![deny(warnings)]
|
||||
#![warn(
|
||||
clippy::all,
|
||||
clippy::dbg_macro,
|
||||
|
|
Loading…
Reference in a new issue