benches: revert "properly gate unix benches" (#7412)

This reverts commit 933fa498d0.
This commit is contained in:
Alice Ryhl
2025-06-21 14:52:04 +02:00
committed by GitHub
parent b3a14483bf
commit 2506c9fa99
3 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -71,12 +71,12 @@ name = "sync_semaphore"
path = "sync_semaphore.rs"
harness = false
[[target.'cfg(unix)'.bench]]
[[bench]]
name = "signal"
path = "signal.rs"
harness = false
[[target.'cfg(unix)'.bench]]
[[bench]]
name = "fs"
path = "fs.rs"
harness = false