aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-syntax/build.rs')
-rw-r--r--helix-syntax/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-syntax/build.rs b/helix-syntax/build.rs
index 2e70ef1a..2e771ea4 100644
--- a/helix-syntax/build.rs
+++ b/helix-syntax/build.rs
@@ -1,5 +1,5 @@
+use std::fs;
use std::path::PathBuf;
-use std::{env, fs};
use std::sync::mpsc::channel;