Make a few modules private

pull/716/head
sharkdp 5 years ago committed by David Peter
parent 3334f74b72
commit c132e19e74

@ -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! {

Loading…
Cancel
Save