From 387fb57c94a5269b5ff560891fdee53a2f3fc554 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 2 Jun 2020 10:57:01 +0900 Subject: Allow unused code for the time being. --- helix-term/src/editor.rs | 1 - helix-term/src/main.rs | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'helix-term/src') 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; diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index e21fc7d7..9a09e8c7 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -1,10 +1,11 @@ +#![allow(unused)] // mod editor; mod component; // use editor::Editor; use argh::FromArgs; -use std::{env, path::PathBuf}; +use std::path::PathBuf; use anyhow::Error; -- cgit v1.2.3-70-g09d2