Update lib.rs (#8730)

Make system migrations public.
This commit is contained in:
drewstone
2021-05-04 23:22:42 +03:00
committed by GitHub
parent 34e83e0be8
commit 24eb647571
+1 -1
View File
@@ -655,7 +655,7 @@ pub mod pallet {
}
}
mod migrations {
pub mod migrations {
use super::*;
#[allow(dead_code)]