Skip to content

Commit

Permalink
Fixed link in Rust Book (no-stdlib)
Browse files Browse the repository at this point in the history
Fix a broken link in the rust book.
  • Loading branch information
tmr232 committed May 23, 2016
1 parent 6e45564 commit bb94e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/no-stdlib.md
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 bb94e6a

Please sign in to comment.