Add note about fixing dead_code and unused_variables warnings in ui2

This commit is contained in:
Marshall Bowers 2023-10-25 16:33:33 +02:00
parent e1032c5341
commit 4fcbc91aca

View file

@ -18,6 +18,7 @@
//! Work in Progress!
//!
// TODO: Fix warnings instead of supressing.
#![allow(dead_code, unused_variables)]
mod color;