diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:14:59 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:14:59 +0200 |
| commit | 9bc2bdc5dca1399fa75d20a18f1a2dfb8ab4e325 (patch) | |
| tree | 0adef79527ab52509e68f87db9510fb708259669 /mumd/src/main.rs | |
| parent | 9f8f46a9f91840763e10fe1b603663e346970b79 (diff) | |
| download | mum-9bc2bdc5dca1399fa75d20a18f1a2dfb8ab4e325.tar.gz | |
add single_use_lifetimes lint
Diffstat (limited to 'mumd/src/main.rs')
| -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 819402d..29ea77f 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -1,6 +1,7 @@ #![warn(elided_lifetimes_in_paths)] #![warn(meta_variable_misuse)] #![warn(missing_debug_implementations)] //doesn't seem to work +#![warn(single_use_lifetimes)] #![deny(keyword_idents)] #![deny(macro_use_extern_crate)] #![deny(missing_abi)] |
