Fix ambiguity between object and cranelift_object::object
This commit is contained in:
parent
d9a24fb496
commit
4757371aba
@ -8,7 +8,7 @@ use cranelift_module::{FuncId, Module};
|
||||
use object::{SectionKind, SymbolFlags, RelocationKind, RelocationEncoding};
|
||||
use object::write::*;
|
||||
|
||||
use cranelift_object::*;
|
||||
use cranelift_object::{ObjectBackend, ObjectBuilder, ObjectProduct};
|
||||
|
||||
use gimli::SectionId;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user