1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +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

@@ -15,7 +15,7 @@
//! .input_from_bytes(b"<span style=\"color: #ff00cc\">Hello world!</span>\n")
//! .language("html")
//! .print()
//! .expect("no errors");
//! .unwrap();
//! ```
pub mod assets;
@@ -24,7 +24,7 @@ pub mod config;
pub mod controller;
mod decorations;
mod diff;
pub mod errors;
pub mod error;
pub mod input;
mod less;
pub mod line_range;