Skip to content

Commit d8aeeb9

Browse files
author
Christian
committed
Replaced 'since' with 'issue' referencing issue rust-lang#59229.
1 parent ede7f5f commit d8aeeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ffi/c_str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ impl CString {
371371
/// let string = CString::from_reader(test.as_bytes()).unwrap();
372372
/// ```
373373
///
374-
#[stable(feature = "cstring_from_reader", since = "1.33.0")]
374+
#[stable(feature = "cstring_from_reader", issue = "59229")]
375375
pub fn from_reader(mut reader: impl io::Read) -> Result<CString, io::Error>
376376
{
377377
let mut buffer = Vec::new();

0 commit comments

Comments
 (0)