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:
Matthias Krüger
2025-11-24 19:10:47 +01:00
committed by GitHub
+1 -1
View File
@@ -1097,7 +1097,7 @@ pub mod consts {
/// * `"nto"`
/// * `"redox"`
/// * `"solaris"`
/// * `"solid_asp3`
/// * `"solid_asp3"`
/// * `"vexos"`
/// * `"vita"`
/// * `"vxworks"`