Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Feb 1, 2024
1 parent f52e71c commit 42aca38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compiler-singlepass/src/machine_arm64.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use dynasmrt::{aarch64::Aarch64Relocation, VecAssembler};
#[cfg(feature = "unwind")]
use gimli::{AArch64, write::CallFrameInstruction};
use gimli::{write::CallFrameInstruction, AArch64};

use wasmer_compiler::wasmparser::ValType as WpType;
use wasmer_types::{
Expand All @@ -9,8 +9,8 @@ use wasmer_types::{
TrapInformation, VMOffsets,
};

use crate::arm64_decl::{GPR, NEON};
use crate::arm64_decl::new_machine_state;
use crate::arm64_decl::{GPR, NEON};
use crate::codegen_error;
use crate::common_decl::*;
use crate::emitter_arm64::*;
Expand Down

0 comments on commit 42aca38

Please sign in to comment.