SW5 (#177) #1
check_format.yaml
on: push
cargo fmt
27s
Clippy lint and check
1m 14s
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/.
|