Fix ambiguity between object and cranelift_object::object
This commit is contained in:
parent
d9a24fb496
commit
4757371aba
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use cranelift_module::{FuncId, Module};
|
||||||
use object::{SectionKind, SymbolFlags, RelocationKind, RelocationEncoding};
|
use object::{SectionKind, SymbolFlags, RelocationKind, RelocationEncoding};
|
||||||
use object::write::*;
|
use object::write::*;
|
||||||
|
|
||||||
use cranelift_object::*;
|
use cranelift_object::{ObjectBackend, ObjectBuilder, ObjectProduct};
|
||||||
|
|
||||||
use gimli::SectionId;
|
use gimli::SectionId;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue