Change Project structure to be a little more scalable #50
Annotations
10 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, r7kamura/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Clippy:
libraries/converter/src/arrow.rs#L264
you should consider adding a `Default` implementation for `FastFormatArrowBuilder`
|
Clippy:
examples/benchmark/node/src/main.rs#L68
using `clone` on type `u32` which implements the `Copy` trait
|
Clippy:
examples/benchmark/node/src/main.rs#L68
using `clone` on type `u32` which implements the `Copy` trait
|
Clippy:
examples/benchmark/node/src/main.rs#L68
using `clone` on type `u32` which implements the `Copy` trait
|
Clippy:
examples/benchmark/node/src/main.rs#L75
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
examples/benchmark/node/src/main.rs#L99
using `clone` on type `u32` which implements the `Copy` trait
|
Clippy:
examples/benchmark/node/src/main.rs#L99
using `clone` on type `u32` which implements the `Copy` trait
|
Clippy:
examples/benchmark/node/src/main.rs#L99
using `clone` on type `u32` which implements the `Copy` trait
|
Clippy:
examples/benchmark/node/src/main.rs#L106
this expression creates a reference which is immediately dereferenced by the compiler
|
Loading