We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797cf65 commit 3874631Copy full SHA for 3874631
clippy_lints/src/utils/diagnostics.rs
@@ -186,8 +186,6 @@ pub fn span_lint_hir_and_then(
186
/// |
187
/// = note: `-D fold-any` implied by `-D warnings`
188
/// ```
189
-
190
-#[allow(clippy::unknown_clippy_lints)]
191
#[cfg_attr(feature = "internal-lints", allow(clippy::collapsible_span_lint_calls))]
192
pub fn span_lint_and_sugg<'a, T: LintContext>(
193
cx: &'a T,
0 commit comments