summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/watchos/mod.rs
blob: cd6454ebbf99bd79d842e2837a2ca11c077d196f (plain)
1
2
3
4
5
6
//! watchOS-specific definitions

#![stable(feature = "raw_ext", since = "1.1.0")]

pub mod fs;
pub mod raw;