Rollup merge of #33810 - tmr232:patch-1, r=Manishearth

Fixed link in Rust Book (no-stdlib)

Closes #33806
This commit is contained in:
Guillaume Gomez 2016-05-24 12:58:19 +02:00
commit 46138352e6
1 changed files with 1 additions and 1 deletions

View File

@ -84,4 +84,4 @@ which do not trigger a panic can be assured that this function is never
called. The second function, `panic_fmt`, is also used by the failure
mechanisms of the compiler.
[unwind]: https://github.com/rust-lang/rust/blob/master/src/libstd/sys/common/unwind/gcc.rs
[unwind]: https://github.com/rust-lang/rust/blob/master/src/libpanic_unwind/gcc.rs