Skip to content

Commit aab87e3

Browse files
committed
Add more_io_inner_methods feature to unstable book.
1 parent a765dca commit aab87e3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/doc/unstable-book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
- [linked_list_extras](library-features/linked-list-extras.md)
161161
- [lookup_host](library-features/lookup-host.md)
162162
- [manually_drop](library-features/manually-drop.md)
163+
- [more_io_inner_methods](library-features/more-io-inner-methods.md)
163164
- [mpsc_select](library-features/mpsc-select.md)
164165
- [n16](library-features/n16.md)
165166
- [never_type_impls](library-features/never-type-impls.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# `more_io_inner_methods`
2+
3+
The tracking issue for this feature is: None.
4+
5+
------------------------
6+
7+
This feature enables several internal accessor methods on structures in
8+
`std::io` including `Take::{get_ref, get_mut}` and `Chain::{into_inner, get_ref,
9+
get_mut}`.

0 commit comments

Comments
 (0)