Revert "Allow warnings (#2627)" (#2648)

This reverts commit b9c39d771a.
This commit is contained in:
Gavin Wood
2019-05-22 08:45:28 +01:00
committed by GitHub
parent 1ce221f0d8
commit 0089ad4040
2 changed files with 5 additions and 2 deletions
@@ -51,6 +51,8 @@
//! 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};