mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 16:54:09 +00:00
deny warnings in egui lib (again. oops)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
//! }
|
||||
//! ```
|
||||
|
||||
// #![deny(warnings)] // TODO: remove
|
||||
#![deny(warnings)]
|
||||
#![warn(
|
||||
clippy::all,
|
||||
clippy::dbg_macro,
|
||||
|
||||
Reference in New Issue
Block a user