Skip to content

Add provider traits to all runtime components #221

Add provider traits to all runtime components

Add provider traits to all runtime components #221

Triggered via pull request December 20, 2023 20:40
Status Success
Total duration 2m 54s
Artifacts

cargo-doc.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 15 warnings
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/stream.rs#L40
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/stream.rs:40:23 | 40 | pub task_senders: Arc<Runtime::Mutex<Option<Vec<Runtime::Sender<T>>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/stream.rs#L40
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/stream.rs:40:23 | 40 | pub task_senders: Arc<Runtime::Mutex<Option<Vec<Runtime::Sender<T>>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/multiplex.rs#L75
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/multiplex.rs:75:23 | 75 | pub task_senders: Arc<Runtime::Mutex<Option<Vec<Runtime::Sender<U>>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/multiplex.rs#L75
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/multiplex.rs:75:23 | 75 | pub task_senders: Arc<Runtime::Mutex<Option<Vec<Runtime::Sender<U>>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/closure.rs#L65
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/closure.rs:65:16 | 65 | subscribe: Box< | ________________^ 66 | | dyn Fn() -> Pin< 67 | | Box< 68 | | dyn Future< ... | 75 | | + 'static, 76 | | >, | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `-D clippy::type-complexity` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::type_complexity)]`
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/closure.rs#L65
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/closure.rs:65:16 | 65 | subscribe: Box< | ________________^ 66 | | dyn Fn() -> Pin< 67 | | Box< 68 | | dyn Future< ... | 75 | | + 'static, 76 | | >, | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `-D clippy::type-complexity` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::type_complexity)]`
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/stream.rs#L40
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/stream.rs:40:23 | 40 | pub task_senders: Arc<Runtime::Mutex<Option<Vec<Runtime::Sender<T>>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/stream.rs#L40
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/stream.rs:40:23 | 40 | pub task_senders: Arc<Runtime::Mutex<Option<Vec<Runtime::Sender<T>>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/multiplex.rs#L75
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/multiplex.rs:75:23 | 75 | pub task_senders: Arc<Runtime::Mutex<Option<Vec<Runtime::Sender<U>>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/multiplex.rs#L75
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/multiplex.rs:75:23 | 75 | pub task_senders: Arc<Runtime::Mutex<Option<Vec<Runtime::Sender<U>>>>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/closure.rs#L65
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/closure.rs:65:16 | 65 | subscribe: Box< | ________________^ 66 | | dyn Fn() -> Pin< 67 | | Box< 68 | | dyn Future< ... | 75 | | + 'static, 76 | | >, | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `-D clippy::type-complexity` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::type_complexity)]`
very complex type used. Consider factoring parts into `type` definitions: crates/async-runtime-components/src/subscription/impls/closure.rs#L65
error: very complex type used. Consider factoring parts into `type` definitions --> crates/async-runtime-components/src/subscription/impls/closure.rs:65:16 | 65 | subscribe: Box< | ________________^ 66 | | dyn Fn() -> Pin< 67 | | Box< 68 | | dyn Future< ... | 75 | | + 'static, 76 | | >, | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `-D clippy::type-complexity` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::type_complexity)]`
cargo-doc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-doc: crates/relayer-components/src/chain/mod.rs#L15
unresolved link to `traits::queries::status::CanQueryChainStatus`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L17
unresolved link to `traits::message_sender::CanSendMessages`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L45
unresolved link to `traits::message_sender::CanSendMessages`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L49
unresolved link to `traits::message_builders::ack_packet::CanBuildAckPacketMessage`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L50
unresolved link to `traits::message_builders::receive_packet::CanBuildReceivePacketMessage`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L51
unresolved link to `traits::message_builders::timeout_unordered_packet::CanBuildTimeoutUnorderedPacketMessage`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L53
unresolved link to `traits::queries::status::CanQueryChainStatus`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L54
unresolved link to `traits::queries::consensus_state::CanQueryConsensusState`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L55
unresolved link to `traits::queries::received_packet::CanQueryReceivedPacket`
cargo-doc: crates/relayer-components/src/chain/mod.rs#L56
unresolved link to `traits::queries::channel::CanQueryCounterpartyChainIdFromChannel`
cargo-doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo-doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo-doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo-doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/