Skip to content

SW5 (#177)

SW5 (#177) #1

Triggered via push February 12, 2024 08:58
Status Failure
Total duration 1m 24s
Artifacts
cargo fmt
27s
cargo fmt
Clippy lint and check
1m 14s
Clippy lint and check
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
accessing first element with `query.get(0)`: benches/clock_reduction_bench.rs#L29
error: accessing first element with `query.get(0)` --> benches/clock_reduction_bench.rs:29:29 | 29 | create_executable_query(query.get(0).unwrap(), loader.as_mut()) | ^^^^^^^^^^^^ help: try: `query.first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first = note: `-D clippy::get-first` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::get_first)]`
accessing first element with `query.get(0)`: benches/clock_reduction_bench.rs#L36
error: accessing first element with `query.get(0)` --> benches/clock_reduction_bench.rs:36:29 | 36 | create_executable_query(query.get(0).unwrap(), loader.as_mut()) | ^^^^^^^^^^^^ help: try: `query.first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
Clippy lint and check
Clippy has exited with exit code 101
cargo fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, clechasseur/rs-cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy lint and check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.