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