1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-06 02:41:06 +01: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 controller;
pub mod decorations;
pub mod diff;
mod decorations;
mod diff;
pub mod dirs;
pub mod inputfile;
pub mod line_range;
pub mod output;
pub mod preprocessor;
mod preprocessor;
pub mod printer;
pub mod style;
pub mod syntax_mapping;
pub mod terminal;
mod terminal;
pub mod errors {
error_chain! {