Print module - implement module display for remaining modules (part2) #4575
Annotations
14 errors and 1 warning
tests (ubuntu-22.04, stable, std):
crates/burn-import/pytorch-tests/tests/linear/mod.rs#L19
[clippy] reported by reviewdog 🐶
error: use of `default` to create a unit struct
--> crates/burn-import/pytorch-tests/tests/linear/mod.rs:19:24
|
19 | let relu = Relu::default();
| ^^^^^^^^^^^ help: remove this call to `default`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
= note: `-D clippy::default-constructed-unit-structs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::default_constructed_unit_structs)]`
Raw Output:
crates/burn-import/pytorch-tests/tests/linear/mod.rs:19:24:e:error: use of `default` to create a unit struct
--> crates/burn-import/pytorch-tests/tests/linear/mod.rs:19:24
|
19 | let relu = Relu::default();
| ^^^^^^^^^^^ help: remove this call to `default`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
= note: `-D clippy::default-constructed-unit-structs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::default_constructed_unit_structs)]`
__END__
|
tests (ubuntu-22.04, stable, std)
reviewdog exited with status code: 1
|
tests (windows-2022, stable, examples)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (windows-2022, stable, examples)
The operation was canceled.
|
tests (windows-2022, 1.75.0, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (windows-2022, 1.75.0, std)
The operation was canceled.
|
tests (windows-2022, stable, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (windows-2022, stable, std)
The operation was canceled.
|
tests (ubuntu-22.04, 1.75.0, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (ubuntu-22.04, 1.75.0, std)
The operation was canceled.
|
tests (blaze/macos-14, stable, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (blaze/macos-14, stable, std)
The operation was canceled.
|
tests (blaze/macos-14, 1.75.0, std)
The job was canceled because "ubuntu-22_04_stable_std" failed.
|
tests (blaze/macos-14, 1.75.0, std)
The operation was canceled.
|
tests (ubuntu-22.04, stable, std)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|