Skip to content

Refactor constructor safety #134

Refactor constructor safety

Refactor constructor safety #134

Triggered via pull request October 16, 2024 16:07
Status Success
Total duration 31s
Artifacts

check.yml

on: pull_request
stable / fmt
5s
stable / fmt
semver
12s
semver
nightly / doc
14s
nightly / doc
ubuntu / stable / features
15s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
stable / 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__
beta / 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__
stable / clippy
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/
beta / clippy
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/