Update lib.rs (#8192)

Turns out the polkadot bot assumes that this guys is exported from the root of the pallet.
This commit is contained in:
Kian Paimani
2021-02-24 12:43:31 +00:00
committed by GitHub
parent 7d285f7474
commit e9f12cb29e
@@ -241,7 +241,8 @@ const LOG_TARGET: &'static str = "runtime::election-provider";
pub mod unsigned;
pub mod weights;
use weights::WeightInfo;
/// The weight declaration of the pallet.
pub use weights::WeightInfo;
/// The compact solution type used by this crate.
pub type CompactOf<T> = <T as Config>::CompactSolution;