Skip to content

Commit 5b81184

Browse files
Rollup merge of #144766 - Berrysoft:patch-1, r=GuillaumeGomez
Add human readable name "Cygwin" Closes #144680
2 parents 179b4b6 + f909918 commit 5b81184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/clean/cfg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ impl fmt::Display for Display<'_> {
486486
(sym::debug_assertions, None) => "debug-assertions enabled",
487487
(sym::target_os, Some(os)) => match os.as_str() {
488488
"android" => "Android",
489+
"cygwin" => "Cygwin",
489490
"dragonfly" => "DragonFly BSD",
490491
"emscripten" => "Emscripten",
491492
"freebsd" => "FreeBSD",

0 commit comments

Comments
 (0)