Skip to content

Commit b594036

Browse files
committed
Auto merge of #24970 - Hech:master, r=steveklabnik
2 parents f0bd14f + f8b63e8 commit b594036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/casting-between-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ what it does is very simple, but very scary. It tells Rust to treat a value of
4343
one type as though it were another type. It does this regardless of the
4444
typechecking system, and just completely trusts you.
4545

46-
[intrinsic]: intrinsics.html
46+
[intrinsics]: intrinsics.html
4747

4848
In our previous example, we know that an array of four `u8`s represents a `u32`
4949
properly, and so we want to do the cast. Using `transmute` instead of `as`,

0 commit comments

Comments
 (0)