Skip to content

Commit

Permalink
Remove default lint description
Browse files Browse the repository at this point in the history
This was left as default and caused a CI failure for the
case_sensitive_file_extension_comparison lint.
  • Loading branch information
Javier-varez committed Jan 5, 2021
1 parent 1527fb6 commit e56973a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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]);
Expand Down

0 comments on commit e56973a

Please sign in to comment.