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 Dec 23, 2020
1 parent ac66da9 commit 0eae294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 0eae294

Please sign in to comment.