diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:10:15 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:10:15 +0200 |
| commit | 9f8f46a9f91840763e10fe1b603663e346970b79 (patch) | |
| tree | 38a9c612d398b77b97b9aa6e8e27526219c0f959 /mumd | |
| parent | 78e1e35da23466126ce3411793f8985ab333140c (diff) | |
| download | mum-9f8f46a9f91840763e10fe1b603663e346970b79.tar.gz | |
oops
Diffstat (limited to 'mumd')
| -rw-r--r-- | mumd/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index 514de7b..819402d 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -1,8 +1,8 @@ #![warn(elided_lifetimes_in_paths)] #![warn(meta_variable_misuse)] #![warn(missing_debug_implementations)] //doesn't seem to work -#![deny(keyword_idents, macro_use_extern_crate, missing_abi)] -#![deny(macro_use_extern_crate, missing_abi)] +#![deny(keyword_idents)] +#![deny(macro_use_extern_crate)] #![deny(missing_abi)] mod audio; |
