Skip to content

Commit 4613835

Browse files
Rollup merge of #33810 - tmr232:patch-1, r=Manishearth
Fixed link in Rust Book (no-stdlib) Closes #33806
2 parents 1e4a77b + bb94e6a commit 4613835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/book/no-stdlib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ which do not trigger a panic can be assured that this function is never
8484
called. The second function, `panic_fmt`, is also used by the failure
8585
mechanisms of the compiler.
8686

87-
[unwind]: https://github.com/rust-lang/rust/blob/master/src/libstd/sys/common/unwind/gcc.rs
87+
[unwind]: https://github.com/rust-lang/rust/blob/master/src/libpanic_unwind/gcc.rs

0 commit comments

Comments
 (0)