Fix unused import warning
TryInto is part of the 2021 edition prelude
This commit is contained in:
parent
9e48f99e8d
commit
adc2793e7d
1 changed files with 0 additions and 2 deletions
|
@ -69,8 +69,6 @@ impl WriterRelocate {
|
|||
/// Perform the collected relocations to be usable for JIT usage.
|
||||
#[cfg(feature = "jit")]
|
||||
pub(super) fn relocate_for_jit(mut self, jit_module: &cranelift_jit::JITModule) -> Vec<u8> {
|
||||
use std::convert::TryInto;
|
||||
|
||||
for reloc in self.relocs.drain(..) {
|
||||
match reloc.name {
|
||||
super::DebugRelocName::Section(_) => unreachable!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue