Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4613835

Browse files
committedMay 24, 2016
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
 

‎src/doc/book/no-stdlib.md

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.