mirror of
https://github.com/sharkdp/bat
synced 2026-08-04 19:01:44 +00:00
Simplify public API module structure
This commit is contained in:
+5
-5
@@ -18,13 +18,13 @@ pub mod controller;
|
||||
mod decorations;
|
||||
mod diff;
|
||||
pub mod errors;
|
||||
pub mod inputfile;
|
||||
pub(crate) mod inputfile;
|
||||
mod less;
|
||||
pub mod line_range;
|
||||
pub(crate) mod line_range;
|
||||
mod output;
|
||||
mod preprocessor;
|
||||
mod printer;
|
||||
pub mod style;
|
||||
pub mod syntax_mapping;
|
||||
pub(crate) mod style;
|
||||
pub(crate) mod syntax_mapping;
|
||||
mod terminal;
|
||||
pub mod wrap;
|
||||
pub(crate) mod wrap;
|
||||
|
||||
Reference in New Issue
Block a user