Update unstable attr to reference tracking issue.

This commit is contained in:
Corey Farwell 2016-10-02 20:39:17 -04:00 committed by GitHub
parent 1cdc0fb11a
commit 159b8c4e5a

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
}