From 98566858161e0810e9c67071a9dc24b4b993cad0 Mon Sep 17 00:00:00 2001 From: rodfer0x80 Date: Wed, 21 Sep 2022 01:16:15 +0100 Subject: [PATCH] rust feature macro breaks compilation - removed==resolved --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 64c5126..8fa8491 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ // https://opensource.org/licenses/MIT>, at your option. This file may not be // copied, modified, or distributed except according to those terms. -#![feature(specialization, const_fn)] +// #![feature(specialization, const_fn)] extern crate autopilot; extern crate either;