mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 16:38:06 +00:00
Make module private
This commit is contained in:
parent
8961f7aef8
commit
62b32bd848
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ mod less;
|
|||
pub mod line_range;
|
||||
mod output;
|
||||
#[cfg(feature = "paging")]
|
||||
pub mod paging;
|
||||
pub(crate) mod paging;
|
||||
mod preprocessor;
|
||||
mod pretty_printer;
|
||||
pub(crate) mod printer;
|
||||
|
|
Loading…
Reference in a new issue