From 4fcbc91aca7d9f1f92e5708f9855ce2e8811979a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 25 Oct 2023 16:33:33 +0200 Subject: [PATCH] Add note about fixing `dead_code` and `unused_variables` warnings in `ui2` --- crates/ui2/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ui2/src/lib.rs b/crates/ui2/src/lib.rs index 48ca6f5d2f666651c0c9cf76325211b3add88960..70ae51bba6a12201663e40468cee0333fbeeb348 100644 --- a/crates/ui2/src/lib.rs +++ b/crates/ui2/src/lib.rs @@ -18,6 +18,7 @@ //! Work in Progress! //! +// TODO: Fix warnings instead of supressing. #![allow(dead_code, unused_variables)] mod color;