diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ //! `hi` - a web-based, self-hosted chat system. +#![warn(clippy::all)] +#![warn(clippy::pedantic)] mod app; mod channel; |
