1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-06 19:21:43 +00:00

Handle syntax-set loading errors

This commit is contained in:
sharkdp
2018-05-25 22:12:30 +02:00
committed by David Peter
parent 39e2971e96
commit a348a9f68e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ mod errors {
foreign_links {
Clap(::clap::Error);
Io(::std::io::Error);
SyntectError(::syntect::LoadingError);
}
}