Closed
Description
Searching rustdoc for "isatty" shows std::io::stdio::StdReader::isatty
but it doesn't show std::io::stdio::StdWriter::isatty
.
http://doc.rust-lang.org/std/index.html?search=isatty
However the docs on StdWriter
clearly show the function.