1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-27 17:41:42 +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
@@ -25,7 +25,7 @@ use crate::decorations::LineChangesDecoration;
use crate::decorations::{Decoration, GridBorderDecoration, LineNumberDecoration};
#[cfg(feature = "git")]
use crate::diff::{get_git_diff, LineChanges};
use crate::errors::*;
use crate::error::*;
use crate::input::{OpenedInput, OpenedInputKind};
use crate::line_range::RangeCheckResult;
use crate::preprocessor::{expand_tabs, replace_nonprintable};