Ignore unused code warnings in widgets module
This commit is contained in:
parent
4fa4c9a897
commit
805d1a5e63
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue