diff options
| author | bors <bors@rust-lang.org> | 2023-10-20 14:56:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-10-20 14:56:08 +0000 |
| commit | 7db4a89d49a8ed3a5f79b6cc3d555696baa1bbc3 (patch) | |
| tree | 87156b6ad81e9dc9b4abfdd46ed5b2e403bbcd48 | |
| parent | 274455a9d1aae26b47d2757cdd41a74ec1b280f9 (diff) | |
| parent | b9c2d0e4abf1cd87ed73b8499d74e7d56df04e5a (diff) | |
| download | rust-7db4a89d49a8ed3a5f79b6cc3d555696baa1bbc3.tar.gz rust-7db4a89d49a8ed3a5f79b6cc3d555696baa1bbc3.zip | |
Auto merge of #116966 - clarfonthey:atomic-docs-typo, r=workingjubilee
Fix typo in atomic docs Maybe rustdoc or tidy should lint hanging backticks like this.
| -rw-r--r-- | library/core/src/sync/atomic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/sync/atomic.rs b/library/core/src/sync/atomic.rs index 073488817c4..b5ad3f280e6 100644 --- a/library/core/src/sync/atomic.rs +++ b/library/core/src/sync/atomic.rs @@ -102,7 +102,7 @@ //! //! | `target_arch` | Size limit | //! |---------------|---------| -//! | `x86`, `arm`, `mips`, `mips32r6, `powerpc`, `riscv32`, `sparc`, `hexagon` | 4 bytes | +//! | `x86`, `arm`, `mips`, `mips32r6`, `powerpc`, `riscv32`, `sparc`, `hexagon` | 4 bytes | //! | `x86_64`, `aarch64`, `loongarch64`, `mips64`, `mips64r6`, `powerpc64`, `riscv64`, `sparc64`, `s390x` | 8 bytes | //! //! Atomics loads that are larger than this limit as well as atomic loads with ordering other |
