Skip to content

Update image to 0.25 #179

Update image to 0.25

Update image to 0.25 #179

Re-run triggered March 26, 2024 08:57
Status Success
Total duration 6m 33s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
Build and test
Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
It seems that this Action is executed from the forked repository.
Build and test
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
Build and test: src/backend/util/mod.rs#L7
unused import: `buffer::create_buffer_with_value`
Build and test: src/backend/util/mod.rs#L11
unused import: `map_buffer::map_buffer_mut`
Build and test: src/lib.rs#L124
private item shadows public glob re-export
Build and test: src/backend/window.rs#L297
use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
Build and test: src/features/image.rs#L110
deref on an immutable reference