Ignore unused code warnings in widgets module

This commit is contained in:
Joscha 2022-07-21 15:50:21 +02:00
parent 4fa4c9a897
commit 805d1a5e63

View file

@ -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;