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 19bc573 commit cb4dde3Copy full SHA for cb4dde3
reference/src/layout/structs-and-tuples.md
@@ -236,7 +236,7 @@ produce layout- or ABI-compatible results.
236
The `#[repr(align(N))]` attribute may be used to raise the alignment
237
of a struct, as described in [The Rust Reference][TRR-align].
238
239
-[TRR-align]: (https://doc.rust-lang.org/stable/reference/type-layout.html#the-align-representation).
+[TRR-align]: https://doc.rust-lang.org/stable/reference/type-layout.html#the-align-representation
240
241
### Packed layout
242
0 commit comments