We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::os::tvos
std::os::visionos
std::os::watchos
1 parent d7a9e47 commit b09c296Copy full SHA for b09c296
library/std/src/os/mod.rs
@@ -148,19 +148,19 @@ pub mod solaris;
148
pub mod solid;
149
#[cfg(target_os = "tvos")]
150
#[path = "apple/mod.rs"]
151
-pub(crate) mod tvos;
+pub mod tvos;
152
#[cfg(target_os = "uefi")]
153
pub mod uefi;
154
#[cfg(target_os = "visionos")]
155
156
-pub(crate) mod visionos;
+pub mod visionos;
157
#[cfg(target_os = "vita")]
158
pub mod vita;
159
#[cfg(target_os = "vxworks")]
160
pub mod vxworks;
161
#[cfg(target_os = "watchos")]
162
163
-pub(crate) mod watchos;
+pub mod watchos;
164
#[cfg(target_os = "xous")]
165
pub mod xous;
166
0 commit comments