diff --git a/src/ui/widgets.rs b/src/ui/widgets.rs index ceaebd4..65376d0 100644 --- a/src/ui/widgets.rs +++ b/src/ui/widgets.rs @@ -1,3 +1,7 @@ +// Since the widget module is effectively a library and will probably be moved +// to toss later, warnings about unused functions are mostly inaccurate. +#![allow(dead_code)] + pub mod background; pub mod border; pub mod empty;