From b17a77b8b84b1dfdbc1615a652e9718d847ea0de Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 11 Sep 2020 14:14:44 +0900 Subject: cleanup: Import tree-sitter-highlight so we can cache trees. --- helix-syntax/build.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'helix-syntax') 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 { -- cgit v1.2.3-70-g09d2