1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-11 15:52:25 +01:00

Rename error module

This commit is contained in:
sharkdp
2020-04-22 21:45:47 +02:00
committed by David Peter
parent 5f826419d1
commit 702cb198da
16 changed files with 16 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ use syntect::highlighting::{Theme, ThemeSet};
use syntect::parsing::{SyntaxReference, SyntaxSet, SyntaxSetBuilder};
use crate::assets_metadata::AssetsMetadata;
use crate::errors::*;
use crate::error::*;
use crate::input::{InputReader, OpenedInput, OpenedInputKind};
use crate::syntax_mapping::{MappingTarget, SyntaxMapping};