rust/library/std/src/io
William Chargin bdaa76cfde Fix typo in std::io::Write docs
These referred to a “`Write`er”—extra *e*. Presumably a copy-paste
holdover from “`Read`er”.

Test Plan:
Running ``git grep '`\?[Ww]rite`\?er'`` no longer finds any results.

wchargin-branch: io-write-docs
2020-11-17 15:32:23 -08:00
..
buffered document HACKs 2020-11-05 19:26:08 -07:00
cursor Make some std::io functions const 2020-11-06 17:48:26 +01:00
error std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
util Make some std::io functions const 2020-11-06 17:48:26 +01:00
copy.rs limit visibility of copy offload helpers to sys::unix module 2020-11-13 22:38:27 +01:00
cursor.rs Add tracking issue 2020-11-06 18:04:52 +01:00
error.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
impls.rs Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams. 2020-11-10 21:57:05 +01:00
mod.rs Fix typo in std::io::Write docs 2020-11-17 15:32:23 -08:00
prelude.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stdio.rs Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus 2020-11-16 17:26:27 +01:00
tests.rs move copy specialization tests to their own module 2020-11-13 22:38:27 +01:00
util.rs Auto merge of #75272 - the8472:spec-copy, r=KodrAus 2020-11-14 12:01:55 +00:00