parent
35c0c86143
commit
87df4febaf
@ -0,0 +1,24 @@
|
||||
From 93f1802ce721d4eaf170b04237488b76312e5d8a Mon Sep 17 00:00:00 2001
|
||||
From: Fabio Valentini <decathorpe@gmail.com>
|
||||
Date: Sun, 1 Sep 2024 02:28:28 +0200
|
||||
Subject: [PATCH] Fix compiling tests with io-compat feature removed
|
||||
|
||||
---
|
||||
tests/_require_features.rs | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/tests/_require_features.rs b/tests/_require_features.rs
|
||||
index 8046cc9..21e2b68 100644
|
||||
--- a/tests/_require_features.rs
|
||||
+++ b/tests/_require_features.rs
|
||||
@@ -3,7 +3,6 @@
|
||||
feature = "alloc",
|
||||
feature = "async-await",
|
||||
feature = "compat",
|
||||
- feature = "io-compat",
|
||||
feature = "executor",
|
||||
feature = "thread-pool",
|
||||
)))]
|
||||
--
|
||||
2.46.0
|
||||
|
Loading…
Reference in new issue