From ed7f830ad43432623983ea6c166c74b75b6e45f1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 12 Jan 2019 21:06:38 -0700 Subject: [PATCH] fix to work with latest nightly. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 76448e5..240d76a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,5 @@ #![cfg_attr(not(test), no_std)] #![feature(asm)] -#![feature(const_int_wrapping)] -#![feature(const_int_rotate)] #![feature(cfg_target_vendor)] #![allow(clippy::cast_lossless)] #![deny(clippy::float_arithmetic)]