diff options
Diffstat (limited to 'helix-term/src/lib.rs')
-rw-r--r-- | helix-term/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/src/lib.rs b/helix-term/src/lib.rs index 3f288188..f5e3a8cd 100644 --- a/helix-term/src/lib.rs +++ b/helix-term/src/lib.rs @@ -1,5 +1,3 @@ -#![allow(unused)] - #[macro_use] extern crate helix_view; |