about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWesley Wiser <wwiser@gmail.com>2015-03-05 20:45:54 -0500
committerWesley Wiser <wwiser@gmail.com>2015-03-05 20:45:54 -0500
commit96b1f0c0be849d785cb4597ea9a8d088c3a2adf4 (patch)
treee2edf21751b79b4a594ac68f023854af2d5d1d56
parentb0746ff19b3bc204215f04bbb5756159f9bc5c92 (diff)
Fix reference to 'librlibc' in libcore docs
Fixes #23059
-rw-r--r--src/libcore/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 94d37cee5b3..b1cfdbf69c3 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