Skip to content

Commit

Permalink
Changed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sl1mb0 committed Oct 4, 2021
1 parent 13a502d commit 353e42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_llvm/src/debuginfo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ use rustc_target::abi::{Primitive, Size};
use libc::c_uint;
use smallvec::SmallVec;
use std::cell::RefCell;
use std::rc::Rc;
use std::iter;
use std::rc::Rc;
use tracing::debug;

mod create_scope_map;
Expand Down

0 comments on commit 353e42e

Please sign in to comment.