Skip to content

Commit aaaa431

Browse files
committed
Rollup merge of #23100 - wesleywiser:fix_23059, r=brson
Fixes #23059
2 parents ae16afb + 96b1f0c commit aaaa431

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)