1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-06 19:21:43 +00: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
+1 -1
View File
@@ -16,7 +16,7 @@ use console::Term;
use bat::{
assets::HighlightingAssets,
config::{Config, PagingMode},
errors::*,
error::*,
input::Input,
line_range::{HighlightedLineRanges, LineRange, LineRanges},
style::{StyleComponent, StyleComponents},