Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 1573130

Browse files
committed
async_fn_in_trait is stable!
1 parent d358c1c commit 1573130

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

mutiny-core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
clippy::arc_with_non_send_sync,
88
type_alias_bounds
99
)]
10-
#![feature(async_fn_in_trait)]
1110
extern crate core;
1211

1312
// background file is mostly an LDK copy paste

mutiny-wasm/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
clippy::extra_unused_type_parameters,
55
clippy::arc_with_non_send_sync
66
)]
7-
#![feature(async_fn_in_trait)]
87

98
extern crate mutiny_core;
109

0 commit comments

Comments
 (0)