From 7d9128cf5d0a0573f13cef9b1c8b3b1555393bc4 Mon Sep 17 00:00:00 2001 From: Sergio Valverde Date: Tue, 8 Dec 2020 18:10:36 -0600 Subject: [PATCH] Remove const_int_pow feature flag const_int_pow was stabilized in Rust 1.50.0 https://github.com/rust-lang/rust/pull/76829 --- nano-sync/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/nano-sync/src/lib.rs b/nano-sync/src/lib.rs index 254dbd114a..1b40396701 100644 --- a/nano-sync/src/lib.rs +++ b/nano-sync/src/lib.rs @@ -1,5 +1,4 @@ #![allow(dead_code)] -#![feature(const_int_pow)] // Re-export big-endian serialization of algebra types. pub use nimiq_bls::compression;