diff --git a/library/std/src/fs.rs b/library/std/src/fs.rs index cf6f9594c0027..85f39ed4bfc08 100644 --- a/library/std/src/fs.rs +++ b/library/std/src/fs.rs @@ -37,6 +37,7 @@ target_env = "sgx", target_os = "xous", target_os = "trusty", + target_os = "hermit", )) ))] mod tests;