mirror of
https://github.com/sharkdp/bat
synced 2024-11-18 15:26:16 +00:00
Fix include
This commit is contained in:
parent
d11165d80d
commit
0f3aa00d76
@ -8,7 +8,7 @@ use syntect::dumps::{dump_to_file, from_binary, from_reader};
|
||||
use syntect::highlighting::{Theme, ThemeSet};
|
||||
use syntect::parsing::{SyntaxReference, SyntaxSet, SyntaxSetBuilder};
|
||||
|
||||
use directories::ProjectDirs;
|
||||
use dirs::PROJECT_DIRS;
|
||||
|
||||
use errors::*;
|
||||
use inputfile::{InputFile, InputFileReader};
|
||||
|
Loading…
Reference in New Issue
Block a user