mirror of
https://github.com/sharkdp/bat
synced 2026-08-02 18:41:42 +00:00
Rename error module
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user