1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

deny warnings in egui lib (again. oops)

This commit is contained in:
Emil Ernerfeldt
2020-08-28 16:07:56 +02:00
parent 8c03f6a90f
commit 5ed949bb32

View File

@@ -20,7 +20,7 @@
//! } //! }
//! ``` //! ```
// #![deny(warnings)] // TODO: remove #![deny(warnings)]
#![warn( #![warn(
clippy::all, clippy::all,
clippy::dbg_macro, clippy::dbg_macro,