Skip to content

Commit 96b1f0c

Browse files
committed
Fix reference to 'librlibc' in libcore docs
Fixes #23059
1 parent b0746ff commit 96b1f0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
//! often generated by LLVM. Additionally, this library can make explicit
3636
//! calls to these functions. Their signatures are the same as found in C.
3737
//! These functions are often provided by the system libc, but can also be
38-
//! provided by `librlibc` which is distributed with the standard rust
39-
//! distribution.
38+
//! provided by the [rlibc crate](https://crates.io/crates/rlibc).
4039
//!
4140
//! * `rust_begin_unwind` - This function takes three arguments, a
4241
//! `fmt::Arguments`, a `&str`, and a `usize`. These three arguments dictate

0 commit comments

Comments
 (0)