aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/build.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-05 00:27:59 +0000
committerBlaž Hrastnik2021-06-05 00:28:13 +0000
commit5a344a3ae508f571ad5427e14ffad683213bf142 (patch)
tree9935b60fdd8c9c8823a57941e66b50d92d89c30a /helix-syntax/build.rs
parenta1f4b8f92b50fbb446400b167b344cdf189978f9 (diff)
Address clippy lint
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;