Skip to content

Commit 3874631

Browse files
committed
Remove unknown_clippy_lints allow attribute
1 parent 797cf65 commit 3874631

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_lints/src/utils/diagnostics.rs

-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ pub fn span_lint_hir_and_then(
186186
/// |
187187
/// = note: `-D fold-any` implied by `-D warnings`
188188
/// ```
189-
190-
#[allow(clippy::unknown_clippy_lints)]
191189
#[cfg_attr(feature = "internal-lints", allow(clippy::collapsible_span_lint_calls))]
192190
pub fn span_lint_and_sugg<'a, T: LintContext>(
193191
cx: &'a T,

0 commit comments

Comments
 (0)