You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
655 B
25 lines
655 B
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
|
|
|