aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/lib.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-core/src/lib.rs
parent3848058472e65b7f8d092c44d61091a22a78bfa4 (diff)
Allow unused code for the time being.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r--helix-core/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index d2c78d3f..8675fc6f 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -1,3 +1,4 @@
+#![allow(unused)]
mod buffer;
mod graphemes;
mod selection;