Skip to content

Merge pull request #17 from omelia-iliffe/device #160

Merge pull request #17 from omelia-iliffe/device

Merge pull request #17 from omelia-iliffe/device #160

Triggered via push October 12, 2024 13:09
Status Success
Total duration 3m 11s
Artifacts

rust.yml

on: push
Build and test
3m 0s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
very complex type used. Consider factoring parts into `type` definitions: src/instructions/ping.rs#L61
warning: very complex type used. Consider factoring parts into `type` definitions --> src/instructions/ping.rs:61:28 | 61 | pub fn scan(&mut self) -> Result<Vec<Result<Response<Ping>, ReadError<T::Error>>>, crate::WriteError<T::Error>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default
very complex type used. Consider factoring parts into `type` definitions: src/instructions/ping.rs#L61
warning: very complex type used. Consider factoring parts into `type` definitions --> src/instructions/ping.rs:61:28 | 61 | pub fn scan(&mut self) -> Result<Vec<Result<Response<Ping>, ReadError<T::Error>>>, crate::WriteError<T::Error>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/