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;