Skip to content

Commit 2368113

Browse files
authored
Merge pull request #136 from Shadlock0133/patch-1
Fix link
2 parents 19bc573 + cb4dde3 commit 2368113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/structs-and-tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ produce layout- or ABI-compatible results.
236236
The `#[repr(align(N))]` attribute may be used to raise the alignment
237237
of a struct, as described in [The Rust Reference][TRR-align].
238238

239-
[TRR-align]: (https://doc.rust-lang.org/stable/reference/type-layout.html#the-align-representation).
239+
[TRR-align]: https://doc.rust-lang.org/stable/reference/type-layout.html#the-align-representation
240240

241241
### Packed layout
242242

0 commit comments

Comments
 (0)