From 5a344a3ae508f571ad5427e14ffad683213bf142 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sat, 5 Jun 2021 09:27:59 +0900 Subject: Address clippy lint --- helix-syntax/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-syntax') 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; -- cgit v1.2.3-70-g09d2