-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Apple std::os extensions modules
- Loading branch information
Showing
14 changed files
with
22 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#![cfg_attr(target_os = "ios", doc = "iOS-specific definitions")] | ||
#![cfg_attr(target_os = "macos", doc = "macOS-specific definitions")] | ||
#![cfg_attr(target_os = "tvos", doc = "tvOS-specific definitions")] | ||
#![cfg_attr(target_os = "visionos", doc = "visionOS-specific definitions")] | ||
#![cfg_attr(target_os = "watchos", doc = "watchOS-specific definitions")] | ||
#![stable(feature = "raw_ext", since = "1.1.0")] | ||
|
||
pub mod fs; | ||
pub mod raw; |
7 changes: 5 additions & 2 deletions
7
library/std/src/os/visionos/raw.rs → library/std/src/os/apple/raw.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.