We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce2484 commit f3c83b7Copy full SHA for f3c83b7
substrate/frame/staking/src/migrations.rs
@@ -25,8 +25,6 @@ use frame_support::{
25
traits::{GetStorageVersion, OnRuntimeUpgrade, UncheckedOnRuntimeUpgrade},
26
};
27
28
-#[cfg(feature = "try-runtime")]
29
-use frame_support::ensure;
30
#[cfg(feature = "try-runtime")]
31
use sp_runtime::TryRuntimeError;
32
0 commit comments