Skip to content

Commit e2e9afe

Browse files
fix clippy
1 parent 2f9bc08 commit e2e9afe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.aarch64-unknown-linux-gnu]
2+
rustflags = ["-C", "target-feature=+neon,+aes"]
3+
4+
[target.aarch64-apple-darwin]
5+
rustflags = ["-C", "target-feature=+neon,+aes"]

0 commit comments

Comments
 (0)