Skip to content

Commit

Permalink
Silent unused macro warning on Aarch64.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Dec 2, 2023
1 parent e530025 commit ff1050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefixed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ macro_rules! prefixed_extern {

#[deprecated = "`#[export_name]` creates problems and we will stop doing it."]
#[cfg(not(any(
target_arch = "aarc64",
target_arch = "aarch64",
target_arch = "arm",
target_arch = "x86",
target_arch = "x86_64"
Expand Down

0 comments on commit ff1050e

Please sign in to comment.