Skip to content

Commit

Permalink
Fix two minor warnings (#6650)
Browse files Browse the repository at this point in the history
* Unused import in no_std builds
* Global attribute in non-root of a crate
  • Loading branch information
athei authored Jul 14, 2020
1 parent 068cc24 commit c2a89a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

//! Benchmarks for the BABE Pallet.
#![cfg_attr(not(feature = "std"), no_std)]

use super::*;
use frame_benchmarking::benchmarks;

Expand Down

0 comments on commit c2a89a2

Please sign in to comment.