mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-08 13:55:25 +00:00
Remove default lint description
This was left as default and caused a CI failure for the case_sensitive_file_extension_comparison lint.
This commit is contained in:
parent
1527fb61b9
commit
e56973a854
@ -35,7 +35,7 @@ declare_clippy_lint! {
|
||||
/// ```
|
||||
pub CASE_SENSITIVE_FILE_EXTENSION_COMPARISONS,
|
||||
pedantic,
|
||||
"default lint description"
|
||||
"Checks for calls to ends_with with case-sensitive file extensions"
|
||||
}
|
||||
|
||||
declare_lint_pass!(CaseSensitiveFileExtensionComparisons => [CASE_SENSITIVE_FILE_EXTENSION_COMPARISONS]);
|
||||
|
Loading…
Reference in New Issue
Block a user