diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:56:18 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:56:18 +0200 |
| commit | e21cbbb8bb35644461aad351458bfbfd3d047954 (patch) | |
| tree | dec70947077365fb2119081abe85ae832b5ca244 /mumd/src/main.rs | |
| parent | 492efc8b0dd5087991b580787ad75f0d3b57e7e7 (diff) | |
| download | mum-e21cbbb8bb35644461aad351458bfbfd3d047954.tar.gz | |
add unused_crate_dependencies 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 0db6d35..6dc0cf0 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -3,6 +3,7 @@ #![warn(missing_debug_implementations)] #![warn(single_use_lifetimes)] #![warn(unreachable_pub)] +#![warn(unused_crate_dependencies)] #![deny(keyword_idents)] #![deny(macro_use_extern_crate)] #![deny(missing_abi)] |
