From 5a344a3ae508f571ad5427e14ffad683213bf142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sat, 5 Jun 2021 09:27:59 +0900 Subject: [PATCH] Address clippy lint --- helix-syntax/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;