Fix linux build
This commit is contained in:
parent
3b5f9cb642
commit
993e93eeee
1 changed files with 2 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue