diff --git a/mutiny-core/src/lib.rs b/mutiny-core/src/lib.rs index ee7a7de06..cb14e5784 100644 --- a/mutiny-core/src/lib.rs +++ b/mutiny-core/src/lib.rs @@ -6,7 +6,6 @@ clippy::arc_with_non_send_sync, type_alias_bounds )] -#![feature(io_error_other)] #![feature(async_fn_in_trait)] extern crate core;