Skip to content

Commit

Permalink
Rollup merge of #23100 - wesleywiser:fix_23059, r=brson
Browse files Browse the repository at this point in the history
 Fixes #23059
  • Loading branch information
Manishearth committed Mar 6, 2015
2 parents ae16afb + 96b1f0c commit aaaa431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libcore/lib.rs
Expand Up @@ -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
Expand Down

0 comments on commit aaaa431

Please sign in to comment.