Skip to content

Commit 159b8c4

Browse files
authored
Update unstable attr to reference tracking issue.
1 parent 1cdc0fb commit 159b8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ impl<T> Take<T> {
15201520
/// # Ok(())
15211521
/// # }
15221522
/// ```
1523-
#[unstable(feature = "io_take_into_inner", issue = "0")]
1523+
#[unstable(feature = "io_take_into_inner", issue = "23755")]
15241524
pub fn into_inner(self) -> T {
15251525
self.inner
15261526
}

0 commit comments

Comments
 (0)