aboutsummaryrefslogtreecommitdiff
path: root/client-native-lib/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client-native-lib/src/lib.rs')
-rw-r--r--client-native-lib/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/client-native-lib/src/lib.rs b/client-native-lib/src/lib.rs
index 4fdf80f..f13f1bc 100644
--- a/client-native-lib/src/lib.rs
+++ b/client-native-lib/src/lib.rs
@@ -3,9 +3,6 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
-#![feature(async_closure)]
-// #![feature(async_fn_in_trait)]
-
use futures_util::Future;
use peer::{Peer, TransportChannel};
use protocol::{ProvideInfo, RelayMessage};