Remove unknown_clippy_lints allow attribute

This commit is contained in:
flip1995 2021-01-30 17:43:20 +01:00
parent 797cf6554d
commit 3874631600
No known key found for this signature in database
GPG Key ID: 2CEFCDB27ED0BE79

View File

@ -186,8 +186,6 @@ pub fn span_lint_hir_and_then(
/// |
/// = note: `-D fold-any` implied by `-D warnings`
/// ```
#[allow(clippy::unknown_clippy_lints)]
#[cfg_attr(feature = "internal-lints", allow(clippy::collapsible_span_lint_calls))]
pub fn span_lint_and_sugg<'a, T: LintContext>(
cx: &'a T,