New Rust and Python APIs #60
Annotations
9 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, r7kamura/rust-problem-matchers@v1.1.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
examples/benchmark/node/src/main.rs#L69
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L69
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L69
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L76
this expression creates a reference which is immediately dereferenced by the compiler
|
examples/benchmark/node/src/main.rs#L100
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L100
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L100
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L107
this expression creates a reference which is immediately dereferenced by the compiler
|
This job succeeded
Loading