Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup

This commit is contained in:
flip1995
2020-08-28 16:10:16 +02:00
parent 48b4aeabf8
commit 282c59820b
154 changed files with 4170 additions and 1102 deletions

View File

@@ -5,8 +5,8 @@
#![allow(clippy::similar_names, clippy::wildcard_imports, clippy::enum_glob_use)]
use crate::utils::{both, over};
use rustc_ast::{self as ast, *};
use rustc_ast::ptr::P;
use rustc_ast::{self as ast, *};
use rustc_span::symbol::Ident;
use std::mem;