Allow warnings (#2627)

This commit is contained in:
Pierre Krieger
2019-05-20 23:14:02 +02:00
committed by DemiMarie-parity
parent 85ce4623ce
commit b9c39d771a
2 changed files with 2 additions and 5 deletions
@@ -51,8 +51,6 @@
//! number (this is num(signal) + N). When finalizing a block, we either apply
//! or prune any signaled changes based on whether the signaling block is
//! included in the newly-finalized chain.
#![forbid(warnings)]
#![allow(deprecated)] // FIXME #2532: remove once the refactor is done https://github.com/paritytech/substrate/issues/2532
use futures::prelude::*;
use log::{debug, info, warn};