mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
CI: Check that rustdocs can be generated (#972)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
//!
|
||||
//! ## Implementation
|
||||
//!
|
||||
//! The final [`Collators`] are aggregated from two individual lists:
|
||||
//! The final `Collators` are aggregated from two individual lists:
|
||||
//!
|
||||
//! 1. [`Invulnerables`]: a set of collators appointed by governance. These accounts will always be
|
||||
//! collators.
|
||||
|
||||
@@ -45,7 +45,6 @@ use frame_support::{
|
||||
};
|
||||
use frame_system::{ensure_none, ensure_root};
|
||||
use polkadot_parachain::primitives::RelayChainBlockNumber;
|
||||
use relay_state_snapshot::MessagingStateSnapshot;
|
||||
use sp_runtime::{
|
||||
traits::{Block as BlockT, BlockNumberProvider, Hash},
|
||||
transaction_validity::{
|
||||
@@ -85,7 +84,7 @@ mod tests;
|
||||
/// # fn main() {}
|
||||
/// ```
|
||||
pub use cumulus_pallet_parachain_system_proc_macro::register_validate_block;
|
||||
pub use relay_state_snapshot::RelayChainStateProof;
|
||||
pub use relay_state_snapshot::{MessagingStateSnapshot, RelayChainStateProof};
|
||||
|
||||
pub use pallet::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user