mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Make module private
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user