mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 15:09:17 +00:00
Run cargo fmt
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
use gimli::write::{Address, EndianVec, Result, Writer};
|
||||
use gimli::{RunTimeEndian, SectionId};
|
||||
use wasmer_types::entity::EntityRef;
|
||||
use wasmer_types::LocalFunctionIndex;
|
||||
use wasmer_compiler::{CustomSection, CustomSectionProtection, SectionBody};
|
||||
use wasmer_compiler::{Endianness, Relocation, RelocationKind, RelocationTarget};
|
||||
use wasmer_types::entity::EntityRef;
|
||||
use wasmer_types::LocalFunctionIndex;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct WriterRelocate {
|
||||
|
Reference in New Issue
Block a user