Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c795d6e

Browse files
lexnvdavxy
andauthored
docs: Ensure the CI passes for docs (#2666)
* Fix docs Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs Co-authored-by: Davide Galassi <davxy@datawok.net> * Update cargo.lock with substrate Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update Cargo.lock for polkadot Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: Davide Galassi <davxy@datawok.net> Co-authored-by: parity-processbot <>
1 parent 3d7604e commit c795d6e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ impl ReconnectingWsClient {
161161
}
162162
}
163163

164-
/// Worker that should be used in combination with [`RelayChainRpcClient`]. Must be polled to distribute header notifications to listeners.
164+
/// Worker that should be used in combination with [`crate::RelayChainRpcClient`].
165+
///
166+
/// Must be polled to distribute header notifications to listeners.
165167
struct ReconnectingWebsocketWorker {
166168
ws_urls: Vec<String>,
167169
/// Communication channel with the RPC client

pallets/parachain-system/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ pub mod pallet {
692692

693693
/// A custom head data that should be returned as result of `validate_block`.
694694
///
695-
/// See [`Pallet::set_custom_validation_head_data`] for more information.
695+
/// See `Pallet::set_custom_validation_head_data` for more information.
696696
#[pallet::storage]
697697
pub(super) type CustomValidationHeadData<T: Config> = StorageValue<_, Vec<u8>, OptionQuery>;
698698

@@ -872,7 +872,7 @@ impl<T: Config> Pallet<T> {
872872

873873
/// Process all inbound horizontal messages relayed by the collator.
874874
///
875-
/// This is similar to [`process_inbound_downward_messages`], but works on multiple inbound
875+
/// This is similar to `Pallet::process_inbound_downward_messages`, but works on multiple inbound
876876
/// channels.
877877
///
878878
/// **Panics** if either any of horizontal messages submitted by the collator was sent from

0 commit comments

Comments
 (0)