diff options
Diffstat (limited to 'vendor/tokio/tests/fs.rs')
-rw-r--r-- | vendor/tokio/tests/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/tokio/tests/fs.rs b/vendor/tokio/tests/fs.rs index 13c44c08d..ba38b719f 100644 --- a/vendor/tokio/tests/fs.rs +++ b/vendor/tokio/tests/fs.rs @@ -1,5 +1,5 @@ #![warn(rust_2018_idioms)] -#![cfg(feature = "full")] +#![cfg(all(feature = "full", not(tokio_wasi)))] // Wasi does not support file operations use tokio::fs; use tokio_test::assert_ok; |