Add more_io_inner_methods feature to unstable book.

This commit is contained in:
Sergio Benitez 2017-04-22 03:35:53 -07:00
parent a765dcaf53
commit aab87e3e9e
2 changed files with 10 additions and 0 deletions

View File

@ -160,6 +160,7 @@
- [linked_list_extras](library-features/linked-list-extras.md)
- [lookup_host](library-features/lookup-host.md)
- [manually_drop](library-features/manually-drop.md)
- [more_io_inner_methods](library-features/more-io-inner-methods.md)
- [mpsc_select](library-features/mpsc-select.md)
- [n16](library-features/n16.md)
- [never_type_impls](library-features/never-type-impls.md)

View File

@ -0,0 +1,9 @@
# `more_io_inner_methods`
The tracking issue for this feature is: None.
------------------------
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}`.