mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Fix compiler warning for 'windows' tests (dead_code)
This commit is contained in:
		| @@ -331,6 +331,7 @@ mod tests { | |||||||
|                 .clone() |                 .clone() | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         #[cfg(unix)] | ||||||
|         fn syntax_for_file_os(&self, file_name: &OsStr) -> String { |         fn syntax_for_file_os(&self, file_name: &OsStr) -> String { | ||||||
|             self.syntax_for_file_with_content_os(file_name, "") |             self.syntax_for_file_with_content_os(file_name, "") | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user