Upgrade ndarray and other deps #554
rust.yml
on: pull_request
check-format
10s
check
19s
check-doc
15s
clippy
22s
coverage
11s
Annotations
1 error and 16 warnings
coverage
Docker pull failed with exit code 1
|
coverage
Docker pull failed with exit code 1, back off 7.279 seconds before retry.
|
coverage
Docker pull failed with exit code 1, back off 1.231 seconds before retry.
|
check-doc:
lax/src/alloc.rs#L45
method `slice_assume_init_mut` is never used
|
check-doc
`lax` (lib) generated 1 warning
|
check:
lax/src/alloc.rs#L45
method `slice_assume_init_mut` is never used
|
check
`lax` (lib) generated 1 warning
|
clippy:
lax/src/alloc.rs#L45
method `slice_assume_init_mut` is never used
|
clippy:
lax/src/error.rs#L25
methods called `as_*` usually take `self` by reference or `self` by mutable reference
|
clippy:
lax/src/layout.rs#L84
match expression looks like `matches!` macro
|
clippy:
lax/src/tridiagonal/lu.rs#L25
the loop variable `i` is used to index `col_sum`
|
clippy:
lax/src/lib.rs#L125
very complex type used. Consider factoring parts into `type` definitions
|
clippy
`lax` (lib) generated 5 warnings
|
clippy:
ndarray-linalg/src/lobpcg/eig.rs#L5
this is an outer doc comment and does not apply to the parent module or crate
|
clippy:
ndarray-linalg/src/lobpcg/eig.rs#L144
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
clippy:
ndarray-linalg/src/lobpcg/lobpcg.rs#L1
this is an outer doc comment and does not apply to the parent module or crate
|
clippy:
ndarray-linalg/src/lobpcg/lobpcg.rs#L124
doc list item without indentation
|