Revert "Auto merge of #25898 - jdm:rustup, r=asajeffrey"

This reverts commit ea8aed1ba9, reversing
changes made to 3749eb5397.
This commit is contained in:
Josh Matthews 2020-03-06 00:06:15 -05:00
parent ea8aed1ba9
commit a29f4a9afe
7 changed files with 24 additions and 24 deletions

View file

@ -20,15 +20,14 @@
#![cfg(feature = "unrooted_must_root_lint")]
extern crate rustc;
extern crate rustc_ast;
extern crate rustc_driver;
extern crate rustc_hir;
extern crate rustc_lint;
extern crate rustc_session;
extern crate rustc_span;
extern crate syntax;
use rustc::ty;
use rustc_ast::ast::{AttrKind, Attribute};
use rustc_driver::plugin::Registry;
use rustc_hir::def_id::DefId;
use rustc_hir::intravisit as visit;
@ -39,6 +38,7 @@ use rustc_span::source_map;
use rustc_span::source_map::{ExpnKind, MacroKind, Span};
use rustc_span::symbol::sym;
use rustc_span::symbol::Symbol;
use syntax::ast::{AttrKind, Attribute};
#[allow(deprecated)]
#[plugin_registrar]