Skip to content

bump version to 0.5.0 to calm the CI

Sign in for the full log view
GitHub Actions / clippy succeeded Jul 1, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (4)

src/lib.rs|248 col 12| warning: struct IndexError is never constructed
--> src/lib.rs:248:12
|
248 | pub struct IndexError {
| ^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
src/assign.rs|22 col 5| warning: doc list item missing indentation
--> src/assign.rs:22:5
|
22 | //! be considered an index of an array.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
note: the lint level is defined here
--> src/lib.rs:3:9
|
3 | #![warn(clippy::all, clippy::pedantic)]
| ^^^^^^^^^^^
= note: #[warn(clippy::doc_lazy_continuation)] implied by #[warn(clippy::all)]
help: indent this line
|
22 | //! be considered an index of an array.
| +
src/assign.rs|63 col 5| warning: doc list item missing indentation
--> src/assign.rs:63:5
|
63 | /// be considered an index of an array.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
63 | /// be considered an index of an array.
| +
src/index.rs|122 col 9| warning: doc list item missing indentation
--> src/index.rs:122:9
|
122 | /// valid as well.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
122 | /// valid as well.
| ++