Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve warnings on iOS with no-default-features and disk
`cargo check --target=aarch64-apple-ios --no-default-features --features=disk` warning: unused import: `self::ios as inner` --> src/unix/apple/mod.rs:15:24 | 15 | pub(crate) use self::ios as inner; | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
- Loading branch information