diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 19:17:45 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 19:17:45 +0200 |
| commit | 90f5e8ef3c7aa61ccdb087073b2c0cf6ac52f1ee (patch) | |
| tree | 2b7ef21e94c95282a7e6acfcdc725b9b8bf497f5 /mumd | |
| parent | 4c0abc2c1bf008812cdec448f50305611911cb5b (diff) | |
| download | mum-90f5e8ef3c7aa61ccdb087073b2c0cf6ac52f1ee.tar.gz | |
add macro_use_extern_crate 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 f5b00c3..e7a7945 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -1,5 +1,5 @@ #![warn(elided_lifetimes_in_paths)] -#![deny(keyword_idents)] +#![deny(keyword_idents, macro_use_extern_crate)] mod audio; mod client; |
