Skip to content

Commit

Permalink
Remove unknown_clippy_lints allow attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 30, 2021
1 parent 797cf65 commit 3874631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clippy_lints/src/utils/diagnostics.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 3874631

Please sign in to comment.