]> git.lizzy.rs Git - rust.git/commit
Remove incorrect references to _raw stdio functions
authorKevin Ballard <kevin@sb.org>
Sun, 15 Mar 2015 01:08:09 +0000 (18:08 -0700)
committerKevin Ballard <kevin@sb.org>
Sun, 15 Mar 2015 01:08:09 +0000 (18:08 -0700)
commit3453b5b4a888a1a1c98cf7355bd3e1ae868cf0e3
treed6e3de89c6c8edb6ac9efd83c778aeec71192a69
parent3400c9ed9f1200a59f6452db5c71af2182db29a5
Remove incorrect references to _raw stdio functions

std::io does not currently expose the stdin_raw, stdout_raw, or
stderr_raw functions. According to the current plans for stdio (see RFC
#517), raw access will likely be provided using the platform-specific
std::os::{unix,windows} modules. At the moment we don't expose any way
to do this. As such, delete all mention of the _raw functions from the
stdin/stdout/stderr function documentation.

While we're at it, remove a few `pub`s from items that aren't exposed.
This is done just to lessen the confusion experienced by anyone who
looks at the source in an attempt to find the _raw functions.
src/libstd/io/stdio.rs