]> git.lizzy.rs Git - rust.git/commit
std::io::buffered: Don't use 'flush' in documentation of into_inner
authorMikhail Zabaluev <mikhail.zabaluev@gmail.com>
Tue, 17 Mar 2015 04:17:52 +0000 (06:17 +0200)
committerMikhail Zabaluev <mikhail.zabaluev@gmail.com>
Tue, 17 Mar 2015 04:33:47 +0000 (06:33 +0200)
commite3aefaaa4d6b973fc5dd00baeb98e086abb7f51e
treea280f60338d7224b505079096f9733203e334e76
parenta2572885ab62512a2508868a27c22d615382174a
std::io::buffered: Don't use 'flush' in documentation of into_inner

The word 'flush' may be misinterpreted as if `flush` is called on the
underlying writer, which is not the case.
src/libstd/io/buffered.rs