Skip to content

Commit c2a89a2

Browse files
authored
Fix two minor warnings (#6650)
* Unused import in no_std builds * Global attribute in non-root of a crate
1 parent 068cc24 commit c2a89a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/benchmarking.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
//! Benchmarks for the BABE Pallet.
1919
20-
#![cfg_attr(not(feature = "std"), no_std)]
21-
2220
use super::*;
2321
use frame_benchmarking::benchmarks;
2422

0 commit comments

Comments
 (0)