diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 19:16:56 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 19:16:56 +0200 |
| commit | 4c0abc2c1bf008812cdec448f50305611911cb5b (patch) | |
| tree | e7c83232cef047594d0f62d7334543c208d2a228 | |
| parent | 85c1f17d451cf30800ea2f027bcbd15074451a78 (diff) | |
| download | mum-4c0abc2c1bf008812cdec448f50305611911cb5b.tar.gz | |
add keyword-idents lint
| -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 825251e..f5b00c3 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -1,4 +1,5 @@ #![warn(elided_lifetimes_in_paths)] +#![deny(keyword_idents)] mod audio; mod client; |
