From 101debbffad31bd47a820cd14f1094206e40b2d0 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Tue, 17 May 2022 05:50:03 -0400 Subject: [PATCH] remove deprecated (#11432) --- substrate/client/consensus/babe/src/tests.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/substrate/client/consensus/babe/src/tests.rs b/substrate/client/consensus/babe/src/tests.rs index db19deda06..9875ff0067 100644 --- a/substrate/client/consensus/babe/src/tests.rs +++ b/substrate/client/consensus/babe/src/tests.rs @@ -18,9 +18,6 @@ //! BABE testsuite -// FIXME #2532: need to allow deprecated until refactor is done -// https://github.com/paritytech/substrate/issues/2532 -#![allow(deprecated)] use super::*; use authorship::claim_slot; use futures::executor::block_on;