Skip to content

Commit

Permalink
Rollup merge of #33810 - tmr232:patch-1, r=Manishearth
Browse files Browse the repository at this point in the history
Fixed link in Rust Book (no-stdlib)

Closes #33806
  • Loading branch information
GuillaumeGomez committed May 24, 2016
2 parents 1e4a77b + bb94e6a commit 4613835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/no-stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4613835

Please sign in to comment.