aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-06-13 20:07:47 +0200
committerEskil Queseth <eskilq@kth.se>2021-06-13 20:07:47 +0200
commit555b8195e651fcca8c906177c784c5c50a49475c (patch)
tree8fad3b2f1f27bec192603e3549652aea7ab2d2bd /mumd
parentf887f3a4f9953483c16cb4d47fbd3c5cd72f967b (diff)
downloadmum-555b8195e651fcca8c906177c784c5c50a49475c.tar.gz
add missing_debug_implementations lint
Diffstat (limited to 'mumd')
-rw-r--r--mumd/src/main.rs1
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;