Skip to content

Commit 26ef23b

Browse files
committed
chore: Run x fmt after rebase, should probably squash.
1 parent 5ffc8de commit 26ef23b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_expand/src/derive_macro_expansion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use std::ptr::{self, NonNull};
44
use rustc_ast::tokenstream::TokenStream;
55
use rustc_data_structures::svh::Svh;
66
use rustc_middle::ty::TyCtxt;
7-
use rustc_span::profiling::SpannedEventArgRecorder;
87
use rustc_span::LocalExpnId;
8+
use rustc_span::profiling::SpannedEventArgRecorder;
99

1010
use crate::base::ExtCtxt;
1111
use crate::errors;

compiler/rustc_middle/src/query/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use rustc_session::lint::LintExpectationId;
4343
use rustc_span::def_id::LOCAL_CRATE;
4444
use rustc_span::source_map::Spanned;
4545
use rustc_span::symbol::Symbol;
46-
use rustc_span::{LocalExpnId, DUMMY_SP, Span};
46+
use rustc_span::{DUMMY_SP, LocalExpnId, Span};
4747
use rustc_target::spec::PanicStrategy;
4848
use {rustc_abi as abi, rustc_ast as ast, rustc_attr as attr, rustc_hir as hir};
4949

0 commit comments

Comments
 (0)