Upgrade ndarray and other deps #552
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/cargo@v1:
lax/src/alloc.rs#L45
method `slice_assume_init_mut` is never used
|
Run actions-rs/cargo@v1:
lax/src/error.rs#L25
methods called `as_*` usually take `self` by reference or `self` by mutable reference
|
Run actions-rs/cargo@v1:
lax/src/layout.rs#L84
match expression looks like `matches!` macro
|
Run actions-rs/cargo@v1:
lax/src/tridiagonal/lu.rs#L25
the loop variable `i` is used to index `col_sum`
|
Run actions-rs/cargo@v1:
lax/src/lib.rs#L125
very complex type used. Consider factoring parts into `type` definitions
|
Run actions-rs/cargo@v1
`lax` (lib) generated 5 warnings
|
Run actions-rs/cargo@v1:
ndarray-linalg/src/lobpcg/eig.rs#L5
this is an outer doc comment and does not apply to the parent module or crate
|
Run actions-rs/cargo@v1:
ndarray-linalg/src/lobpcg/eig.rs#L144
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
Run actions-rs/cargo@v1:
ndarray-linalg/src/lobpcg/lobpcg.rs#L1
this is an outer doc comment and does not apply to the parent module or crate
|
Run actions-rs/cargo@v1:
ndarray-linalg/src/lobpcg/lobpcg.rs#L124
doc list item without indentation
|
Loading