diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-06 09:06:28 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-06 22:22:38 +0530 |
| commit | aaaa4310cc30650a517827fefb8208b13d017ea0 (patch) | |
| tree | 49a8fb2304e7237ab3fcc9f044929289d8271901 | |
| parent | ae16afb9e3ea783e50d810cfac8035ad03e628a4 (diff) | |
| parent | 96b1f0c0be849d785cb4597ea9a8d088c3a2adf4 (diff) | |
Rollup merge of #23100 - wesleywiser:fix_23059, r=brson
Fixes #23059
| -rw-r--r-- | src/libcore/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index eb13de06bac..45a5563ceeb 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -35,8 +35,7 @@ //! often generated by LLVM. Additionally, this library can make explicit //! calls to these functions. Their signatures are the same as found in C. //! These functions are often provided by the system libc, but can also be -//! provided by `librlibc` which is distributed with the standard rust -//! distribution. +//! provided by the [rlibc crate](https://crates.io/crates/rlibc). //! //! * `rust_begin_unwind` - This function takes three arguments, a //! `fmt::Arguments`, a `&str`, and a `usize`. These three arguments dictate |
