We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6703f2a commit 7665f09Copy full SHA for 7665f09
crates/std_detect/src/detect/arch/aarch64.rs
@@ -23,7 +23,7 @@ features! {
23
/// Scalable Vector Extension (SVE)
24
@FEATURE: crc: "crc";
25
/// CRC32 (Cyclic Redundancy Check)
26
- @FEATURE: crypto: "crypot";
+ @FEATURE: crypto: "crypto";
27
/// Crypto: AES + PMULL + SHA1 + SHA2
28
@FEATURE: lse: "lse";
29
/// Atomics (Large System Extension)
0 commit comments