feat(sdk): consensus error 2 #4207
Annotations
1 error and 3 warnings
|
Setup Rust
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-dapi-client/src/mock.rs#L80
warning: bound is defined in more than one place
--> packages/rs-dapi-client/src/mock.rs:80:17
|
80 | pub fn load<T: TransportRequest, P: AsRef<std::path::Path>>(
| ^
...
85 | T: Mockable,
| ^
|
= 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
|
Loading