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.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/svgbob/src/lib.rs b/svgbob/src/lib.rs
index 95cde12..c8b118e 100644
--- a/svgbob/src/lib.rs
+++ b/svgbob/src/lib.rs
@@ -1,7 +1,4 @@
-//#![deny(warnings)]
#![deny(clippy::all)]
-#![feature(is_sorted)]
-#![feature(test)]
pub mod buffer;
mod map;