diff options
| author | Tamir Bahar <tmr232@users.noreply.github.com> | 2016-05-23 14:42:47 +0300 |
|---|---|---|
| committer | Tamir Bahar <tmr232@users.noreply.github.com> | 2016-05-23 14:42:47 +0300 |
| commit | bb94e6a7391f0d3dc669a8c838ac77669e1586c7 (patch) | |
| tree | 5b562f7f87317855330ce087648a0e2b825030bd | |
| parent | 6e455640950c4e8cb8bff919edb4854fcf7773ca (diff) | |
| download | rust-bb94e6a7391f0d3dc669a8c838ac77669e1586c7.tar.gz rust-bb94e6a7391f0d3dc669a8c838ac77669e1586c7.zip | |
Fixed link in Rust Book (no-stdlib)
Fix a broken link in the rust book.
| -rw-r--r-- | src/doc/book/no-stdlib.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/no-stdlib.md b/src/doc/book/no-stdlib.md index 43bd0507ebb..9823a0b6d63 100644 --- a/src/doc/book/no-stdlib.md +++ b/src/doc/book/no-stdlib.md @@ -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 |
