paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

[fix docs compiler warnings] Election Provider Multi-phase pallet #14645

Open sacha-l opened 1 year ago

sacha-l commented 1 year ago

This PR fixes the 26 compiler warnings emitted by running RUSTFLAGS="-W missing_docs" cargo check -p pallet-election-provider-multi-phase by adding missing documentation throughout the crate.