diff --git a/egui/src/lib.rs b/egui/src/lib.rs index 1f699edeb..f8b83cf3d 100644 --- a/egui/src/lib.rs +++ b/egui/src/lib.rs @@ -20,7 +20,7 @@ //! } //! ``` -// #![deny(warnings)] // TODO: remove +#![deny(warnings)] #![warn( clippy::all, clippy::dbg_macro,