2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-16 21:25:56 +00:00

Make a few modules private

This commit is contained in:
sharkdp 2019-10-20 22:09:58 +02:00 committed by David Peter
parent 3334f74b72
commit c132e19e74

View File

@ -20,17 +20,17 @@ extern crate wild;
pub mod assets; pub mod assets;
pub mod controller; pub mod controller;
pub mod decorations; mod decorations;
pub mod diff; mod diff;
pub mod dirs; pub mod dirs;
pub mod inputfile; pub mod inputfile;
pub mod line_range; pub mod line_range;
pub mod output; pub mod output;
pub mod preprocessor; mod preprocessor;
pub mod printer; pub mod printer;
pub mod style; pub mod style;
pub mod syntax_mapping; pub mod syntax_mapping;
pub mod terminal; mod terminal;
pub mod errors { pub mod errors {
error_chain! { error_chain! {