Skip to content

Commit 1b11ce2

Browse files
committed
Add readable rustdoc display for tvOS and watchOS
1 parent 696563e commit 1b11ce2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/clean/cfg.rs

+2
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,9 @@ impl<'a> fmt::Display for Display<'a> {
507507
"openbsd" => "OpenBSD",
508508
"redox" => "Redox",
509509
"solaris" => "Solaris",
510+
"tvos" => "tvOS",
510511
"wasi" => "WASI",
512+
"watchos" => "watchOS",
511513
"windows" => "Windows",
512514
_ => "",
513515
},

0 commit comments

Comments
 (0)