diff options
author | Blaž Hrastnik | 2021-06-05 00:27:59 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-05 00:28:13 +0000 |
commit | 5a344a3ae508f571ad5427e14ffad683213bf142 (patch) | |
tree | 9935b60fdd8c9c8823a57941e66b50d92d89c30a /helix-syntax | |
parent | a1f4b8f92b50fbb446400b167b344cdf189978f9 (diff) |
Address clippy lint
Diffstat (limited to 'helix-syntax')
-rw-r--r-- | helix-syntax/build.rs | 2 |
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; |