Skip to content

Commit b4809d0

Browse files
committed
appease rustfmt
1 parent 7d6548a commit b4809d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_resolve/imports.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ use crate::{NameBinding, NameBindingKind, PathResult, PrivacyError, ToNameBindin
1313

1414
use rustc::hir::exports::Export;
1515
use rustc::lint::builtin::{PUB_USE_OF_PRIVATE_EXTERN_CRATE, UNUSED_IMPORTS};
16-
use rustc_session::DiagnosticMessageId;
17-
use rustc_session::lint::BuiltinLintDiagnostics;
1816
use rustc::ty;
1917
use rustc::{bug, span_bug};
2018
use rustc_data_structures::fx::FxHashSet;
2119
use rustc_data_structures::ptr_key::PtrKey;
2220
use rustc_errors::{pluralize, struct_span_err, Applicability};
2321
use rustc_hir::def::{self, PartialRes};
2422
use rustc_hir::def_id::DefId;
23+
use rustc_session::lint::BuiltinLintDiagnostics;
24+
use rustc_session::DiagnosticMessageId;
2525
use rustc_span::hygiene::ExpnId;
2626
use rustc_span::symbol::kw;
2727
use rustc_span::{MultiSpan, Span};

0 commit comments

Comments
 (0)