Skip to content

Commit 487627c

Browse files
committed
format
1 parent 7a89af8 commit 487627c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compiler/rustc_resolve/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use rustc_errors::{
66
use rustc_macros::{Diagnostic, LintDiagnostic, Subdiagnostic};
77
use rustc_span::{Ident, Span, Symbol};
88

9-
use crate::late::{PatternSource, AnonConstKind};
9+
use crate::late::{AnonConstKind, PatternSource};
1010
use crate::{Res, fluent_generated as fluent};
1111

1212
#[derive(Diagnostic)]

compiler/rustc_resolve/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ use rustc_middle::query::Providers;
7070
use rustc_middle::span_bug;
7171
use rustc_middle::ty::{
7272
self, DelegationFnSig, Feed, MainDefinition, RegisteredTools, ResolverAstLowering,
73-
ResolverGlobalCtxt, TyCtxt, TyCtxtFeed, Visibility
73+
ResolverGlobalCtxt, TyCtxt, TyCtxtFeed, Visibility,
7474
};
7575
use rustc_query_system::ich::StableHashingContext;
7676
use rustc_session::lint::BuiltinLintDiag;
@@ -96,8 +96,8 @@ pub mod rustdoc;
9696

9797
pub use macros::registered_tools_ast;
9898

99-
use crate::ref_mut::{CmCell, CmRefCell};
10099
use crate::late::AnonConstKind;
100+
use crate::ref_mut::{CmCell, CmRefCell};
101101

102102
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
103103

0 commit comments

Comments
 (0)