Temporary fix qwenvl2 queue error #3325
Annotations
9 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/message/src/lib.rs#L25
returning the result of a `let` binding from a block
|
Clippy:
libraries/message/src/lib.rs#L41
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
binaries/runtime/src/operator/python.rs#L50
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
binaries/runtime/src/operator/shared_lib.rs#L43
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
binaries/daemon/src/spawn.rs#L104
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
node-hub/dora-rerun/src/main.rs#L91
use of a fallible conversion when an infallible one could be used
|
Clippy:
node-hub/dora-rerun/src/main.rs#L105
use of a fallible conversion when an infallible one could be used
|
Clippy:
examples/benchmark/node/src/main.rs#L2
unused import: `Error`
|
Loading