Skip to content

Commit bb94e6a

Browse files
committed
Fixed link in Rust Book (no-stdlib)
Fix a broken link in the rust book.
1 parent 6e45564 commit bb94e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/book/no-stdlib.md

+1-1
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)