rust/src/libstd/io
antoine-de 1ed91951c3 fix small doc mistake
The std::io::read main documentation can lead to error because the
buffer is prefilled with 10 zeros that will pad the response.
Using an empty vector is better.

The `read_to_end` documentation is already correct though.

This is my first rust PR, don't hesitate to tell me if I did something
wrong.
2018-11-21 11:17:48 +01:00
..
buffered.rs Fix compile errors in test 2018-11-02 13:39:56 -04:00
cursor.rs Remove unstable and deprecated APIs 2018-07-30 18:18:23 +02:00
error.rs 'a' → 'an' in front of vowel sounds. 2018-10-06 11:21:53 -04:00
impls.rs Add read_to_end implementation to &[u8]'s Read impl 2017-10-07 22:19:51 +02:00
lazy.rs Implement the min_const_fn feature gate 2018-08-31 08:39:59 +02:00
mod.rs fix small doc mistake 2018-11-21 11:17:48 +01:00
prelude.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
stdio.rs Implement the min_const_fn feature gate 2018-08-31 08:39:59 +02:00
util.rs refactor: use shorthand fields 2018-11-06 15:05:44 -05:00