Merge pull request #479 from dora-rs/rerun-viewer #5
Annotations
3 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy:
tool_nodes/dora-rerun/src/main.rs#L34
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Clippy:
tool_nodes/dora-rerun/src/main.rs#L68
useless conversion to the same type: `rerun::TensorBuffer`
|
Loading