Sort target_os cfg to match docs

This commit is contained in:
Taiki Endo 2022-12-28 12:00:18 +09:00
parent 14e1488537
commit 5e9bedbae8
2 changed files with 5 additions and 5 deletions

View File

@ -88,8 +88,8 @@ cfg_if! {
} else if #[cfg(any(
target_os = "macos",
target_os = "ios",
target_os = "watchos",
target_os = "tvos",
target_os = "watchos",
target_os = "freebsd",
target_os = "netbsd",
target_os = "openbsd",
@ -452,8 +452,8 @@ impl Poller {
target_os = "solaris",
target_os = "macos",
target_os = "ios",
target_os = "watchos",
target_os = "tvos",
target_os = "watchos",
target_os = "freebsd",
target_os = "netbsd",
target_os = "openbsd",
@ -468,8 +468,8 @@ impl Poller {
target_os = "solaris",
target_os = "macos",
target_os = "ios",
target_os = "watchos",
target_os = "tvos",
target_os = "watchos",
target_os = "freebsd",
target_os = "netbsd",
target_os = "openbsd",

View File

@ -27,8 +27,8 @@ fn below_ms() -> io::Result<()> {
target_os = "android",
target_os = "macos",
target_os = "ios",
target_os = "watchos",
target_os = "tvos",
target_os = "watchos",
target_os = "freebsd",
target_os = "netbsd",
target_os = "openbsd",
@ -65,8 +65,8 @@ fn above_ms() -> io::Result<()> {
target_os = "solaris",
target_os = "macos",
target_os = "ios",
target_os = "watchos",
target_os = "tvos",
target_os = "watchos",
target_os = "freebsd",
target_os = "netbsd",
target_os = "openbsd",