Skip to content

Commit

Permalink
Rollup merge of rust-lang#36916 - frewsxcv:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Update unstable attr to reference tracking issue.
  • Loading branch information
Manishearth committed Oct 4, 2016
2 parents 268521f + 159b8c4 commit 4541249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/mod.rs
Expand Up @@ -1520,7 +1520,7 @@ impl<T> Take<T> {
/// # Ok(())
/// # }
/// ```
#[unstable(feature = "io_take_into_inner", issue = "0")]
#[unstable(feature = "io_take_into_inner", issue = "23755")]
pub fn into_inner(self) -> T {
self.inner
}
Expand Down

0 comments on commit 4541249

Please sign in to comment.