Skip to content

Commit

Permalink
Replaced 'since' with 'issue' referencing issue rust-lang#59229.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Mar 20, 2019
1 parent ede7f5f commit d8aeeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/ffi/c_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ impl CString {
/// let string = CString::from_reader(test.as_bytes()).unwrap();
/// ```
///
#[stable(feature = "cstring_from_reader", since = "1.33.0")]
#[stable(feature = "cstring_from_reader", issue = "59229")]
pub fn from_reader(mut reader: impl io::Read) -> Result<CString, io::Error>
{
let mut buffer = Vec::new();
Expand Down

0 comments on commit d8aeeb9

Please # to comment.