Skip to content

Commit 07a9204

Browse files
committed
Remove default lint description
This was left as default and caused a CI failure for the case_sensitive_file_extension_comparison lint.
1 parent f59498e commit 07a9204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/case_sensitive_file_extension_comparisons.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare_clippy_lint! {
3535
/// ```
3636
pub CASE_SENSITIVE_FILE_EXTENSION_COMPARISONS,
3737
pedantic,
38-
"default lint description"
38+
"Checks for calls to ends_with with case-sensitive file extensions"
3939
}
4040

4141
declare_lint_pass!(CaseSensitiveFileExtensionComparisons => [CASE_SENSITIVE_FILE_EXTENSION_COMPARISONS]);

0 commit comments

Comments
 (0)