Skip to content

Commit 353e42e

Browse files
committed
Changed formatting
1 parent 13a502d commit 353e42e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_llvm/src/debuginfo

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/debuginfo/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ use rustc_target::abi::{Primitive, Size};
3838
use libc::c_uint;
3939
use smallvec::SmallVec;
4040
use std::cell::RefCell;
41-
use std::rc::Rc;
4241
use std::iter;
42+
use std::rc::Rc;
4343
use tracing::debug;
4444

4545
mod create_scope_map;

0 commit comments

Comments
 (0)