From 04b8f4c4cb795bf0618338e15fcb8a1a1b8102b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janosch=20Gr=C3=A4f?= Date: Mon, 14 Dec 2020 13:52:19 +0100 Subject: [PATCH] const_int_pow is not a feature anymore --- 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;