Skip to content

Commit

Permalink
Fix errors on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jan 11, 2024
1 parent 2c5a3a1 commit 6bacdb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/fs_additional.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,7 @@ fn dir_searchable_unreadable_ambient() {
#[cfg(any(target_os = "ios", target_os = "macos"))]
#[test]
fn dir_searchable_unreadable() {
use cap_std::fs::DirBuilder;
use std::os::unix::fs::DirBuilderExt;
use cap_std::fs::{DirBuilder, DirBuilderExt};

let tmpdir = tmpdir();

Expand Down

0 comments on commit 6bacdb4

Please sign in to comment.