From ef9e8b8b416b342cc7aad67a431632ad22cd6919 Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Wed, 15 Aug 2018 18:51:10 +0200 Subject: [PATCH] Remove old unstable feature --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 05269cf..e2c949d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ #![deny(warnings)] #![cfg_attr( feature = "const-fn", - feature(const_fn, const_unsafe_cell_new) + feature(const_fn) )] #![no_std]