Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Jul 31, 2024
1 parent 7935dbd commit 634aaf0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stabby-abi/src/stable_impls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ const _ARCH: &[u8] = b"wasm64";
const _ARCH: &[u8] = b"x86";
#[cfg(target_arch = "x86_64")]
const _ARCH: &[u8] = b"x86_64";
#[cfg(target_arch = "xtensa")]
const _ARCH: &[u8] = b"xtensa";
#[cfg(not(any(
target_arch = "aarch64",
target_arch = "arm",
Expand Down Expand Up @@ -135,7 +133,6 @@ const _ARCH: &[u8] = b"xtensa";
target_arch = "wasm64",
target_arch = "x86",
target_arch = "x86_64",
target_arch = "xtensa"
)))]
const _ARCH: &[u8] = b"unknown_arch";

Expand Down

0 comments on commit 634aaf0

Please sign in to comment.