warn on missing docs and debug impls

This commit is contained in:
Christoph J. Scherr 2024-03-04 17:07:26 +01:00
parent f20fe5b3bf
commit cae72977e6
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -1,2 +1,4 @@
#![warn(missing_docs)]
#![warn(missing_debug_implementations)]
pub mod app;
pub mod clock_text;