about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorSergio Benitez <sb@sergio.bz>2017-06-30 18:05:04 -0700
committerSergio Benitez <sb@sergio.bz>2017-06-30 18:05:04 -0700
commitd280b40b18532dfeb80b1a98109fa6218630b939 (patch)
tree357d352caba4cda03ab77abec6c59f1efb52a164 /src/doc
parent7d89b20669be33c2388ad97a3ee90fca4e5684ec (diff)
downloadrust-d280b40b18532dfeb80b1a98109fa6218630b939.tar.gz
rust-d280b40b18532dfeb80b1a98109fa6218630b939.zip
Stabilize 'more_io_inner_methods' feature.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/library-features/more-io-inner-methods.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/doc/unstable-book/src/library-features/more-io-inner-methods.md b/src/doc/unstable-book/src/library-features/more-io-inner-methods.md
deleted file mode 100644
index c84f40e7ee5..00000000000
--- a/src/doc/unstable-book/src/library-features/more-io-inner-methods.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# `more_io_inner_methods`
-
-The tracking issue for this feature is: [#41519]
-
-[#41519]: https://github.com/rust-lang/rust/issues/41519
-
-------------------------
-
-This feature enables several internal accessor methods on structures in
-`std::io` including `Take::{get_ref, get_mut}` and `Chain::{into_inner, get_ref,
-get_mut}`.