mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
Rollup merge of #156761 - kcx1:fix/156730, r=tgross35
tidy: remove duplicate entry and alphabetize OS constants list
This commit is contained in:
+15
-14
@@ -1072,41 +1072,42 @@ pub mod consts {
|
||||
///
|
||||
/// <details><summary>Full list of possible values</summary>
|
||||
///
|
||||
/// * `"linux"`
|
||||
/// * `"windows"`
|
||||
/// * `"macos"`
|
||||
/// * `"android"`
|
||||
/// * `"ios"`
|
||||
/// * `"openbsd"`
|
||||
/// * `"freebsd"`
|
||||
/// * `"netbsd"`
|
||||
/// * `"wasi"`
|
||||
/// * `"hermit"`
|
||||
// tidy-alphabetical-start
|
||||
/// * `"aix"`
|
||||
/// * `"android"`
|
||||
/// * `"apple"`
|
||||
/// * `"dragonfly"`
|
||||
/// * `"emscripten"`
|
||||
/// * `"espidf"`
|
||||
/// * `"fortanix"`
|
||||
/// * `"uefi"`
|
||||
/// * `"freebsd"`
|
||||
/// * `"fuchsia"`
|
||||
/// * `"haiku"`
|
||||
/// * `"hermit"`
|
||||
/// * `"watchos"`
|
||||
/// * `"visionos"`
|
||||
/// * `"tvos"`
|
||||
/// * `"horizon"`
|
||||
/// * `"hurd"`
|
||||
/// * `"illumos"`
|
||||
/// * `"ios"`
|
||||
/// * `"l4re"`
|
||||
/// * `"linux"`
|
||||
/// * `"macos"`
|
||||
/// * `"netbsd"`
|
||||
/// * `"nto"`
|
||||
/// * `"openbsd"`
|
||||
/// * `"redox"`
|
||||
/// * `"solaris"`
|
||||
/// * `"solid_asp3"`
|
||||
/// * `"tvos"`
|
||||
/// * `"uefi"`
|
||||
/// * `"vexos"`
|
||||
/// * `"visionos"`
|
||||
/// * `"vita"`
|
||||
/// * `"vxworks"`
|
||||
/// * `"wasi"`
|
||||
/// * `"watchos"`
|
||||
/// * `"windows"`
|
||||
/// * `"xous"`
|
||||
// tidy-alphabetical-end
|
||||
///
|
||||
/// </details>
|
||||
#[stable(feature = "env", since = "1.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user