aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax
diff options
context:
space:
mode:
Diffstat (limited to 'helix-syntax')
-rw-r--r--helix-syntax/build.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/helix-syntax/build.rs b/helix-syntax/build.rs
index 217ba9fa..6b721c11 100644
--- a/helix-syntax/build.rs
+++ b/helix-syntax/build.rs
@@ -1,7 +1,4 @@
-use cc::Build;
-
-use std::io::{BufWriter, Read, Write};
-use std::path::{Path, PathBuf};
+use std::path::PathBuf;
use std::{env, fs};
fn get_opt_level() -> u32 {