aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/editor.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-06-02 01:57:01 +0000
committerBlaž Hrastnik2020-06-02 01:59:02 +0000
commit387fb57c94a5269b5ff560891fdee53a2f3fc554 (patch)
treef0ad60c132fd0f11b54cc934dfa0c3038474a424 /helix-term/src/editor.rs
parent3848058472e65b7f8d092c44d61091a22a78bfa4 (diff)
Allow unused code for the time being.
Diffstat (limited to 'helix-term/src/editor.rs')
-rw-r--r--helix-term/src/editor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/editor.rs b/helix-term/src/editor.rs
index 111c3273..c4aa72e6 100644
--- a/helix-term/src/editor.rs
+++ b/helix-term/src/editor.rs
@@ -1,4 +1,3 @@
-#![allow(unused)]
use anyhow::Error;
use termwiz::caps::Capabilities;
use termwiz::cell::AttributeChange;