From 71c58d99549a66da05b9221d9f0dbf1119255def Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 27 Mar 2025 15:43:58 +0100 Subject: clippy --- client-native-lib/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'client-native-lib/src/lib.rs') 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 */ -#![feature(async_closure)] -// #![feature(async_fn_in_trait)] - use futures_util::Future; use peer::{Peer, TransportChannel}; use protocol::{ProvideInfo, RelayMessage}; -- cgit v1.2.3-70-g09d2