You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought this was fixed, but it seems like the situation is now reversed! StdWriter::isatty shows in the search results for me, but not StdReader::isatty. Looks like it's a problem in the JS pruning search results; both methods are definitely in the index generated by rustdoc.
…et-cap, r=Veykril
fix: Only generate snippets for `extract_expressions_from_format_string` if snippets are supported
Part of rust-lang#17332
Fixes `extract_expressions_from_format_string` so that it doesn't generate snippets if the client doesn't support it.
Searching rustdoc for "isatty" shows
std::io::stdio::StdReader::isatty
but it doesn't showstd::io::stdio::StdWriter::isatty
.http://doc.rust-lang.org/std/index.html?search=isatty
However the docs on
StdWriter
clearly show the function.http://doc.rust-lang.org/std/io/stdio/struct.StdWriter.html
The text was updated successfully, but these errors were encountered: