File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,9 @@ jobs:
155
155
with :
156
156
toolchain : ${{ matrix.rust }}
157
157
- run : cargo check --workspace --release --no-default-features -vv
158
+ - run : cargo check --workspace --release --no-default-features --features use-libc -vv
158
159
- run : cargo check --workspace --release --no-default-features --features all-apis -vv
160
+ - run : cargo check --workspace --release --no-default-features --features all-apis,use-libc -vv
159
161
160
162
check_nightly :
161
163
name : Check nightly-only targets
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ use crate::fs::{fstatvfs, StatVfs};
19
19
use crate :: io;
20
20
#[ cfg( not( any( target_os = "fuchsia" , target_os = "wasi" ) ) ) ]
21
21
use crate :: process:: fchdir;
22
- #[ cfg( target_os = "wasi" ) ]
23
22
use alloc:: borrow:: ToOwned ;
24
23
#[ cfg( not( linux_like) ) ]
25
24
use c:: readdir as libc_readdir;
You can’t perform that action at this time.
0 commit comments