Browse Source

deny warnings in egui lib (again. oops)

pull/20/head
Emil Ernerfeldt 4 years ago
parent
commit
5ed949bb32
  1. 2
      egui/src/lib.rs

2
egui/src/lib.rs

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

Loading…
Cancel
Save