diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:57:51 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:57:51 +0200 |
| commit | e799939afee27c47f9d78d987f50d9846b58ea8c (patch) | |
| tree | 675cd4158000f7b837c0fb9a7a4dc942a0bae0a5 /mumd | |
| parent | 78d36cd1dc4b9f66baf5a323f5ca24c0ae27d766 (diff) | |
| download | mum-e799939afee27c47f9d78d987f50d9846b58ea8c.tar.gz | |
add unused_lifetimes lint
Diffstat (limited to 'mumd')
| -rw-r--r-- | mumd/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index dc10146..536e382 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -5,6 +5,7 @@ #![warn(unreachable_pub)] #![warn(unused_crate_dependencies)] #![warn(unused_import_braces)] +#![warn(unused_lifetimes)] #![deny(keyword_idents)] #![deny(macro_use_extern_crate)] #![deny(missing_abi)] |
