From 702a0491db0fef8ee15cd6fcff3138812da2c2aa Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Thu, 1 Jul 2021 10:41:20 -0700 Subject: Remove #[allow(unused)] from helix-term, and fix unused imports. Lots of other warning still left. Will address in subsequent commits. --- helix-term/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'helix-term/src/lib.rs') 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; -- cgit v1.2.3-70-g09d2