Remove some late check_* functions.

They're not used by rustc or clippy.
This commit is contained in:
Nicholas Nethercote 2022-07-29 11:28:51 +10:00
parent 6dced80b86
commit 74e9a29f6e
3 changed files with 2 additions and 34 deletions

View file

@ -75,7 +75,7 @@ use rustc_middle::ty::TyCtxt;
use rustc_session::lint::builtin::{
BARE_TRAIT_OBJECTS, ELIDED_LIFETIMES_IN_PATHS, EXPLICIT_OUTLIVES_REQUIREMENTS,
};
use rustc_span::symbol::{Ident, Symbol};
use rustc_span::symbol::Ident;
use rustc_span::Span;
use array_into_iter::ArrayIntoIter;