aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/lib.rs
diff options
context:
space:
mode:
authorNathan Vegdahl2021-07-01 19:24:22 +0000
committerNathan Vegdahl2021-07-02 02:06:52 +0000
commitb571f28641787ae4c5750e91899afdccc6d89ed6 (patch)
treea35b5fc93715965d1407c87c2cd592ade579bee2 /helix-core/src/lib.rs
parent0b2d51cf5a840b6e34d360b34c116bb981b5058e (diff)
Remove #[allow(unused)] from helix-core, and fix unused imports.
Still a bunch more warnings to fix in core, but it's a start.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r--helix-core/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index ae135b00..dfbbd748 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -1,4 +1,3 @@
-#![allow(unused)]
pub mod auto_pairs;
pub mod chars;
pub mod comment;