We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a65b04d + f909918 commit 57bfd30Copy full SHA for 57bfd30
src/librustdoc/clean/cfg.rs
@@ -486,6 +486,7 @@ impl fmt::Display for Display<'_> {
486
(sym::debug_assertions, None) => "debug-assertions enabled",
487
(sym::target_os, Some(os)) => match os.as_str() {
488
"android" => "Android",
489
+ "cygwin" => "Cygwin",
490
"dragonfly" => "DragonFly BSD",
491
"emscripten" => "Emscripten",
492
"freebsd" => "FreeBSD",
0 commit comments