Make module private

pull/940/head
sharkdp 4 years ago committed by David Peter
parent 8961f7aef8
commit 62b32bd848

@ -30,7 +30,7 @@ mod less;
pub mod line_range; pub mod line_range;
mod output; mod output;
#[cfg(feature = "paging")] #[cfg(feature = "paging")]
pub mod paging; pub(crate) mod paging;
mod preprocessor; mod preprocessor;
mod pretty_printer; mod pretty_printer;
pub(crate) mod printer; pub(crate) mod printer;

Loading…
Cancel
Save