generated from PlexSheep/rs-base
warn on missing docs and debug impls
This commit is contained in:
parent
f20fe5b3bf
commit
cae72977e6
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
||||||
|
#![warn(missing_docs)]
|
||||||
|
#![warn(missing_debug_implementations)]
|
||||||
pub mod app;
|
pub mod app;
|
||||||
pub mod clock_text;
|
pub mod clock_text;
|
||||||
|
|
Reference in a new issue