Skip to content

Commit

Permalink
async_fn_in_trait is stable!
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Oct 15, 2023
1 parent d358c1c commit 1573130
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mutiny-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
clippy::arc_with_non_send_sync,
type_alias_bounds
)]
#![feature(async_fn_in_trait)]
extern crate core;

// background file is mostly an LDK copy paste
Expand Down
1 change: 0 additions & 1 deletion mutiny-wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
clippy::extra_unused_type_parameters,
clippy::arc_with_non_send_sync
)]
#![feature(async_fn_in_trait)]

extern crate mutiny_core;

Expand Down

0 comments on commit 1573130

Please sign in to comment.