Refactor constructor safety #134
Annotations
1 error and 1 warning
cargo clippy:
src/pointer.rs#L62
[clippy] reported by reviewdog 🐶
error: doc list item without indentation
--> src/pointer.rs:62:9
|
62 | /// For potentially fallible parsing, see [`Pointer::parse`].
| ^
|
= 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:38:9
|
38 | #![deny(clippy::all, clippy::pedantic)]
| ^^^^^^^^^^^
= note: `#[deny(clippy::doc_lazy_continuation)]` implied by `#[deny(clippy::all)]`
help: indent this line
|
62 | /// For potentially fallible parsing, see [`Pointer::parse`].
| ++++++
Raw Output:
src/pointer.rs:62:9:e:error: doc list item without indentation
--> src/pointer.rs:62:9
|
62 | /// For potentially fallible parsing, see [`Pointer::parse`].
| ^
|
= 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:38:9
|
38 | #![deny(clippy::all, clippy::pedantic)]
| ^^^^^^^^^^^
= note: `#[deny(clippy::doc_lazy_continuation)]` implied by `#[deny(clippy::all)]`
help: indent this line
|
62 | /// For potentially fallible parsing, see [`Pointer::parse`].
| ++++++
__END__
|
The following actions use a deprecated Node.js version 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/
|
Loading