mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #149275 - KeyWeeUsr:fix-solid-os-typo, r=bjorn3
Fix missing double-quote in `std::env::consts::OS` values Noticed this one while reading the docs. Hopefully it's not too small change.
This commit is contained in:
@@ -1097,7 +1097,7 @@ pub mod consts {
|
||||
/// * `"nto"`
|
||||
/// * `"redox"`
|
||||
/// * `"solaris"`
|
||||
/// * `"solid_asp3`
|
||||
/// * `"solid_asp3"`
|
||||
/// * `"vexos"`
|
||||
/// * `"vita"`
|
||||
/// * `"vxworks"`
|
||||
|
||||
Reference in New Issue
Block a user