summaryrefslogtreecommitdiffstats
path: root/svgbob/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/lib.rs')
-rw-r--r--svgbob/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/svgbob/src/lib.rs b/svgbob/src/lib.rs
index 055b8e6..098c3c1 100644
--- a/svgbob/src/lib.rs
+++ b/svgbob/src/lib.rs
@@ -1,3 +1,5 @@
+#![deny(warnings)]
+#![allow(unused)]
#![deny(clippy::all)]
pub mod buffer;