Merge commit 'f0cdee4a3f' into clippy-subtree-sync

This commit is contained in:
Philipp Krones 2023-12-01 18:21:58 +01:00
parent 3a760909fa
commit c9a43b18f1
417 changed files with 3662 additions and 1176 deletions

View file

@ -6,7 +6,7 @@ use rustc_hir::{Block, Expr, ExprKind, HirId, PatKind, PathSegment, Stmt, StmtKi
use rustc_lint::{LateContext, LateLintPass};
use rustc_middle::lint::in_external_macro;
use rustc_middle::ty;
use rustc_session::{declare_lint_pass, declare_tool_lint};
use rustc_session::declare_lint_pass;
use rustc_span::{sym, Span};
// TODO: add `ReadBuf` (RFC 2930) in "How to fix" once it is available in std