We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47b809 commit ba69bf1Copy full SHA for ba69bf1
pallets/collator-selection/src/migrations.rs
@@ -18,10 +18,7 @@
18
19
use super::*;
20
use frame_support::{pallet_prelude::*, traits::OnRuntimeUpgrade};
21
-use sp_std::marker::PhantomData;
22
-
23
-#[cfg(feature = "try-runtime")]
24
-use sp_std::vec::Vec;
+use sp_std::{marker::PhantomData, vec::Vec};
25
26
/// One-time migration that removes outdated LastAuthoredBlock entries.
27
/// It keeps entries only for accounts that are currently:
0 commit comments