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
+1 -1
View File
@@ -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;