organize import sections with rustfmt group_imports
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
02e5f387fa
commit
e048674ea5
25 changed files with 62 additions and 89 deletions
|
|
@ -1,12 +1,9 @@
|
|||
use rustc_data_structures::fx::FxHashMap;
|
||||
|
||||
use cranelift_module::FuncId;
|
||||
use cranelift_object::ObjectProduct;
|
||||
|
||||
use gimli::SectionId;
|
||||
use object::write::{Relocation, StandardSegment};
|
||||
use object::{RelocationEncoding, SectionKind};
|
||||
|
||||
use gimli::SectionId;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
|
||||
use crate::debuginfo::{DebugReloc, DebugRelocName};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue