We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6305037 commit 87339daCopy full SHA for 87339da
library/std/src/env.rs
@@ -950,7 +950,7 @@ impl fmt::Debug for ArgsOs {
950
/// Constants associated with the current target
951
#[stable(feature = "env", since = "1.0.0")]
952
pub mod consts {
953
- use crate::sys::env_consts::os;
+ use crate::sys::env_consts as os;
954
955
/// A string describing the architecture of the CPU that is currently in use.
956
/// An example value may be: `"x86"`, `"arm"` or `"riscv64"`.
0 commit comments