mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	Do not export syntax_set and theme_set
This commit is contained in:
		| @@ -23,7 +23,7 @@ fn no_duplicate_extensions() { | ||||
|  | ||||
|     let mut extensions = HashSet::new(); | ||||
|  | ||||
|     for syntax in assets.syntax_set.syntaxes() { | ||||
|     for syntax in assets.syntaxes() { | ||||
|         for extension in &syntax.file_extensions { | ||||
|             assert!( | ||||
|                 KNOWN_EXCEPTIONS.contains(&extension.as_str()) || extensions.insert(extension), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user