Fix the subkey error message (#4428)

* Fix the subkey error message

* Fix check_benchmarks
This commit is contained in:
Gavin Wood
2019-12-18 12:48:34 +03:00
committed by GitHub
parent 608d633455
commit 9550c845f3
2 changed files with 6 additions and 9 deletions
@@ -15,8 +15,6 @@
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
//! Uncles functionality for Substrate.
//!
#![deny(warnings)]
#![forbid(unsafe_code, missing_docs)]
use sp_consensus::SelectChain;