diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 21:03:59 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 21:03:59 +0200 |
| commit | a331f7867bcf065305c1e5009dc9ee9dd7a17845 (patch) | |
| tree | 0304c6a927eeaa2057067685242a66915ccd4593 /mumd | |
| parent | 817a949cfc3b2a8687d7621eae5fdb49667adac2 (diff) | |
| download | mum-a331f7867bcf065305c1e5009dc9ee9dd7a17845.tar.gz | |
add future_incompatible lint
Diffstat (limited to 'mumd')
| -rw-r--r-- | mumd/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index a53e1a0..e6a3321 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -7,9 +7,9 @@ #![warn(unused_import_braces)] #![warn(unused_lifetimes)] #![warn(unused_qualifications)] -#![deny(keyword_idents)] #![deny(macro_use_extern_crate)] #![deny(missing_abi)] +#![deny(future_incompatible)] #![forbid(unsafe_code)] pub mod audio; |
