mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +00:00
Fix some clippy lints
Some might actually improve perf
This commit is contained in:
@@ -4,7 +4,7 @@ use bat::assets::HighlightingAssets;
|
||||
|
||||
#[test]
|
||||
fn no_duplicate_extensions() {
|
||||
const KNOWN_EXCEPTIONS: &[&'static str] = &[
|
||||
const KNOWN_EXCEPTIONS: &[&str] = &[
|
||||
// The '.h' extension currently appears in multiple syntaxes: C, C++, Objective C,
|
||||
// Objective C++
|
||||
"h",
|
||||
|
||||
Reference in New Issue
Block a user