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.
2 parents 19bc573 + cb4dde3 commit 2368113Copy full SHA for 2368113
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