From d4b31544fcd3cd87077d6b5b32685dc885cd8d33 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 8 Jan 2018 19:54:41 +0800 Subject: change size_of consts to macros to support stable rustc --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 8a634e9..53e1121 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ #![no_std] -#![feature(const_size_of)] //extern crate core; mod utils; mod memory; -- cgit v1.2.3