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