Skip to content

refactor: remove testnet extension #438

refactor: remove testnet extension

refactor: remove testnet extension #438

Triggered via pull request August 7, 2024 11:09
Status Success
Total duration 14s
Artifacts

lint-pr.yml

on: pull_request_target
Validate PR title for conventional commit compliance
5s
Validate PR title for conventional commit compliance
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
bound is defined in more than one place: runtime/extensions/src/lib.rs#L91
warning: bound is defined in more than one place --> runtime/extensions/src/lib.rs:91:10 | 91 | fn call<E: Ext>(&mut self, env: Environment<E, InitState>) -> Result<RetVal, DispatchError> | ^ 92 | where 93 | E: Ext<T = T>, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: runtime/extensions/src/lib.rs#L60
warning: bound is defined in more than one place --> runtime/extensions/src/lib.rs:60:19 | 60 | fn extract_env<T, E: Ext>(env: &Environment<E, BufInBufOutState>) -> (u8, u8, u8, u8) | ^ 61 | where 62 | E: Ext<T = T>, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `#[warn(clippy::multiple_bound_locations)]` on by default