diff --git a/rpc/src/lib.rs b/rpc/src/lib.rs index 7191cdf..02e8aa8 100644 --- a/rpc/src/lib.rs +++ b/rpc/src/lib.rs @@ -5,21 +5,14 @@ // https://opensource.org/licenses/MIT. #![feature( - const_fn, non_exhaustive, integer_atomics, try_trait, - nll, futures_api, pin, arbitrary_self_types, await_macro, async_await, - generators, - optin_builtin_traits, - generator_trait, - gen_future, - decl_macro )] #![deny(missing_docs, missing_debug_implementations)]