Fix two minor warnings (#6650)

* Unused import in no_std builds
* Global attribute in non-root of a crate
This commit is contained in:
Alexander Theißen
2020-07-14 19:21:32 +02:00
committed by GitHub
parent 4613dc2af4
commit c802d425d9
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -17,8 +17,6 @@
//! Benchmarks for the BABE Pallet.
#![cfg_attr(not(feature = "std"), no_std)]
use super::*;
use frame_benchmarking::benchmarks;