Skip to content

Commit c0c0d43

Browse files
valpackettgnzlbg
authored andcommitted
aarch64: escape square brackets in docs
To comply with deny(intra_doc_link_resolution_failure)
1 parent 8319afe commit c0c0d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/std_detect/src/detect/os/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! AArch64 system registers ID_AA64ISAR0_EL1, ID_AA64PFR0_EL1, ID_AA64ISAR1_EL1
77
//! have bits dedicated to features like AdvSIMD, CRC32, AES, atomics (LSE), etc.
88
//! Each part of the register indicates the level of support for a certain feature, e.g.
9-
//! when ID_AA64ISAR0_EL1[7:4] is >= 1, AES is supported; when it's >= 2, PMULL is supported.
9+
//! when ID_AA64ISAR0_EL1\[7:4\] is >= 1, AES is supported; when it's >= 2, PMULL is supported.
1010
//!
1111
//! For proper support of [SoCs where different cores have different capabilities](https://medium.com/@jadr2ddude/a-big-little-problem-a-tale-of-big-little-gone-wrong-e7778ce744bb),
1212
//! the OS has to always report only the features supported by all cores, like [FreeBSD does](https://reviews.freebsd.org/D17137#393947).

0 commit comments

Comments
 (0)