Fix ambiguity between object and cranelift_object::object

This commit is contained in:
bjorn3 2020-08-16 11:48:46 +02:00
parent d9a24fb496
commit 4757371aba

View File

@ -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;