From 263cfe1435900a51282ce5ffcabf3ce62608389f Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Tue, 16 Jul 2019 10:27:59 -0700 Subject: [PATCH] Remove unused unstable feature 'integer_atomics' --- rpc/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rpc/src/lib.rs b/rpc/src/lib.rs index 014e44a..986793f 100644 --- a/rpc/src/lib.rs +++ b/rpc/src/lib.rs @@ -7,7 +7,6 @@ #![feature( weak_counts, non_exhaustive, - integer_atomics, try_trait, arbitrary_self_types, async_await,