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:
155155 with :
156156 toolchain : ${{ matrix.rust }}
157157 - run : cargo check --workspace --release --no-default-features -vv
158+ - run : cargo check --workspace --release --no-default-features --features use-libc -vv
158159 - 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
159161
160162 check_nightly :
161163 name : Check nightly-only targets
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ use crate::fs::{fstatvfs, StatVfs};
1919use crate :: io;
2020#[ cfg( not( any( target_os = "fuchsia" , target_os = "wasi" ) ) ) ]
2121use crate :: process:: fchdir;
22- #[ cfg( target_os = "wasi" ) ]
2322use alloc:: borrow:: ToOwned ;
2423#[ cfg( not( linux_like) ) ]
2524use c:: readdir as libc_readdir;
You can’t perform that action at this time.
0 commit comments