about summary refs log tree commit diff
path: root/library/std/src/sys_common/mod.rs
diff options
context:
space:
mode:
authorAyush Singh <ayushsingh1325@gmail.com>2023-01-28 23:37:54 +0530
committerAyush Singh <ayushdevel1325@gmail.com>2023-09-22 17:23:32 +0530
commit8e56b33d59593a99fdef6f73f0c1a09a012ca907 (patch)
treeffe5d79a7580b77d40b397756fa5be013a5ded0c /library/std/src/sys_common/mod.rs
parent48c6ae0611ec6fb4094a24610982ddefde16e20f (diff)
downloadrust-8e56b33d59593a99fdef6f73f0c1a09a012ca907.tar.gz
rust-8e56b33d59593a99fdef6f73f0c1a09a012ca907.zip
Fixes from PR
Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
Diffstat (limited to 'library/std/src/sys_common/mod.rs')
-rw-r--r--library/std/src/sys_common/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys_common/mod.rs b/library/std/src/sys_common/mod.rs
index d65d68337d8..e18638f2a5f 100644
--- a/library/std/src/sys_common/mod.rs
+++ b/library/std/src/sys_common/mod.rs
@@ -44,7 +44,6 @@ cfg_if::cfg_if! {
 
 cfg_if::cfg_if! {
     if #[cfg(any(target_os = "l4re",
-                 target_os = "hermit",
                  target_os = "uefi",
                  feature = "restricted-std",
                  all(target_family = "wasm", not(target_os = "emscripten")),