Skip to content

Merge pull request #38 from robohouse-delft/fix-ci #177

Merge pull request #38 from robohouse-delft/fix-ci

Merge pull request #38 from robohouse-delft/fix-ci #177

Triggered via push July 31, 2023 13:16
Status Success
Total duration 11m 1s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
deref on an immutable reference: src/features/image.rs#L110
warning: deref on an immutable reference --> src/features/image.rs:110:2 | 110 | &*buffer | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref = note: `#[warn(clippy::borrow_deref_ref)]` on by default help: if you would like to reborrow, try removing `&*` | 110 | buffer | help: if you would like to deref, try using `&**` | 110 | &**buffer |
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/