mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 10:24:16 +00:00
Fix rebase fail
This commit is contained in:
parent
c360ba285c
commit
c08b5ca4ad
@ -1,5 +1,6 @@
|
||||
use std::cmp::Reverse;
|
||||
|
||||
use errors::{Applicability, DiagnosticBuilder, DiagnosticId};
|
||||
use log::debug;
|
||||
use rustc::hir::def::*;
|
||||
use rustc::hir::def::Namespace::*;
|
||||
@ -9,7 +10,6 @@ use syntax::ast::{ExprKind};
|
||||
use syntax::symbol::keywords;
|
||||
use syntax_pos::Span;
|
||||
|
||||
use crate::errors::{Applicability, DiagnosticBuilder, DiagnosticId};
|
||||
use crate::macros::ParentScope;
|
||||
use crate::resolve_imports::ImportResolver;
|
||||
use crate::{import_candidate_to_enum_paths, is_self_type, is_self_value, path_names_to_string};
|
||||
|
Loading…
Reference in New Issue
Block a user