]> git.lizzy.rs Git - rust.git/commitdiff
Update unstable attr to reference tracking issue.
authorCorey Farwell <coreyf@rwell.org>
Mon, 3 Oct 2016 00:39:17 +0000 (20:39 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 00:39:17 +0000 (20:39 -0400)
src/libstd/io/mod.rs

index 3becc0a0c9ee17ca1886823e0ad87c0cb2c02ce0..73105640cd26b23bf376129fcdfe89a2fe21d229 100644 (file)
@@ -1520,7 +1520,7 @@ pub fn limit(&self) -> u64 { self.limit }
     /// # 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
     }