Skip to content

Commit

Permalink
doc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Aug 26, 2023
1 parent e6579c5 commit 38a683f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polkadot/xcm/pallet-xcm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ xcm-builder = { path = "../xcm-builder" }

[features]
default = [ "std" ]
# Enable `VersionedMigration` for the migrations that is currently still experimental.
# Enable `VersionedMigration` for the migrations using the experimental feature.
experimental = [ "frame-support/experimental" ]
std = [
"bounded-collections/std",
Expand Down
4 changes: 2 additions & 2 deletions polkadot/xcm/pallet-xcm/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ pub mod v1 {

/// Version checked migration to v1.
///
/// Wrapped in [`VersionedMigration`] so the pre/post checks don't begin failing after the
/// upgrade is enacted on-chain.
/// Wrapped in [`frame_support::migrations::VersionedMigration`] so the pre/post checks don't
/// begin failing after the upgrade is enacted on-chain.
#[cfg(feature = "experimental")]
pub type VersionCheckedMigrateToV1<T> = frame_support::migrations::VersionedMigration<
0,
Expand Down

0 comments on commit 38a683f

Please sign in to comment.