Rollup merge of #36916 - frewsxcv:patch-1, r=alexcrichton

Update unstable attr to reference tracking issue.
This commit is contained in:
Manish Goregaokar 2016-10-04 15:24:03 +05:30 committed by GitHub
commit 454124974f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}