Constant tensor support in burn-import #4841
Annotations
1 error and 1 warning
tests (ubuntu-22.04, stable, std):
crates/onnx-ir/src/from_onnx.rs#L71
[clippy] reported by reviewdog 🐶
error: variable does not need to be mutable
--> crates/onnx-ir/src/from_onnx.rs:71:13
|
71 | let mut constants = initializers
| ----^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `-D unused-mut` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_mut)]`
Raw Output:
crates/onnx-ir/src/from_onnx.rs:71:13:e:error: variable does not need to be mutable
--> crates/onnx-ir/src/from_onnx.rs:71:13
|
71 | let mut constants = initializers
| ----^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `-D unused-mut` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_mut)]`
__END__
|
tests (ubuntu-22.04, stable, std)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|