mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fix ambiguity between object and cranelift_object::object
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
use object::{SectionKind, SymbolFlags, RelocationKind, RelocationEncoding};
|
||||
use object::write::*;
|
||||
|
||||
use cranelift_object::*;
|
||||
use cranelift_object::{ObjectBackend, ObjectBuilder, ObjectProduct};
|
||||
|
||||
use gimli::SectionId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user