Fix linux build

This commit is contained in:
Andrew Helwer 2021-09-28 19:06:05 -04:00
parent 3b5f9cb642
commit 993e93eeee

View file

@ -5,6 +5,8 @@ use std::sync::Arc;
use std::thread;
use tree_sitter::Parser;
#[cfg(unix)]
use anyhow::{anyhow, Context};
#[cfg(unix)]
use std::path::PathBuf;
#[cfg(unix)]