diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:07:47 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 20:07:47 +0200 |
| commit | 555b8195e651fcca8c906177c784c5c50a49475c (patch) | |
| tree | 8fad3b2f1f27bec192603e3549652aea7ab2d2bd /mumd | |
| parent | f887f3a4f9953483c16cb4d47fbd3c5cd72f967b (diff) | |
| download | mum-555b8195e651fcca8c906177c784c5c50a49475c.tar.gz | |
add missing_debug_implementations lint
Diffstat (limited to 'mumd')
| -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 8dc58df..d592cec 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -1,4 +1,5 @@ #![warn(elided_lifetimes_in_paths, meta_variable_misuse)] +#![warn(missing_debug_implementations)] //doesn't seem to work #![deny(keyword_idents, macro_use_extern_crate, missing_abi)] mod audio; |
