Skip to content
Snippets Groups Projects
Commit b4caec7f authored by Shawn Tabrizi's avatar Shawn Tabrizi Committed by GitHub
Browse files

make weightinfo pub (#12074)

parent b0ff8057
Branches
No related merge requests found
......@@ -38,6 +38,7 @@ mod mock;
#[cfg(test)]
mod tests;
pub mod weights;
pub use weights::WeightInfo;
use codec::{DecodeLimit, Encode, FullCodec};
use frame_support::{
......@@ -54,7 +55,6 @@ pub use pallet::*;
#[frame_support::pallet]
pub mod pallet {
use super::*;
use crate::weights::WeightInfo;
use frame_support::pallet_prelude::*;
use frame_system::pallet_prelude::*;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment