Skip to content

Improve docs & codecov for 0.5.0 #66

Improve docs & codecov for 0.5.0

Improve docs & codecov for 0.5.0 #66

Triggered via pull request July 8, 2024 18:06
Status Success
Total duration 2m 17s
Artifacts

safety.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
[clippy] src/pointer.rs#L272: src/pointer.rs#L272
error: item in documentation is missing backticks --> src/pointer.rs:272:20 | 272 | /// [`Token`]: crate::Token | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown note: the lint level is defined here --> src/lib.rs:25:22 | 25 | #![deny(clippy::all, clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(clippy::pedantic)]` help: try | 272 | /// [`Token`]: `crate::Token` | ~~~~~~~~~~~~~~
[clippy] src/pointer.rs#L273: src/pointer.rs#L273
error: item in documentation is missing backticks --> src/pointer.rs:273:20 | 273 | /// [`Index`]: crate::index::Index | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 273 | /// [`Index`]: `crate::index::Index` | ~~~~~~~~~~~~~~~~~~~~~
[clippy] src/pointer.rs#L268: src/pointer.rs#L268
error: doc list item missing indentation --> src/pointer.rs:268:9 | 268 | /// [`R::Value`]: `crate::resolve::Resolve::Value` | ^ | = 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 | 268 | /// [`R::Value`]: `crate::resolve::Resolve::Value` | ++
[clippy] src/pointer.rs#L269: src/pointer.rs#L269
error: doc list item missing indentation --> src/pointer.rs:269:9 | 269 | /// [`R::Error`]: `crate::resolve::Resolve::Error` | ^ | = 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 | 269 | /// [`R::Error`]: `crate::resolve::Resolve::Error` | ++
[clippy] src/pointer.rs#L270: src/pointer.rs#L270
error: doc list item missing indentation --> src/pointer.rs:270:9 | 270 | /// [`Resolve`]: `crate::resolve::Resolve` | ^ | = 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 | 270 | /// [`Resolve`]: `crate::resolve::Resolve` | ++
[clippy] src/pointer.rs#L271: src/pointer.rs#L271
error: doc list item missing indentation --> src/pointer.rs:271:9 | 271 | /// [`ResolveError`]: `crate::resolve::ResolveError` | ^ | = 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 | 271 | /// [`ResolveError`]: `crate::resolve::ResolveError` | ++
[clippy] src/pointer.rs#L272: src/pointer.rs#L272
error: doc list item missing indentation --> src/pointer.rs:272:9 | 272 | /// [`Token`]: crate::Token | ^ | = 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 | 272 | /// [`Token`]: crate::Token | ++
[clippy] src/pointer.rs#L273: src/pointer.rs#L273
error: doc list item missing indentation --> src/pointer.rs:273:9 | 273 | /// [`Index`]: crate::index::Index | ^ | = 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 | 273 | /// [`Index`]: crate::index::Index | ++
[clippy] src/pointer.rs#L272: src/pointer.rs#L272
error: item in documentation is missing backticks --> src/pointer.rs:272:20 | 272 | /// [`Token`]: crate::Token | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown note: the lint level is defined here --> src/lib.rs:25:22 | 25 | #![deny(clippy::all, clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(clippy::pedantic)]` help: try | 272 | /// [`Token`]: `crate::Token` | ~~~~~~~~~~~~~~
[clippy] src/pointer.rs#L273: src/pointer.rs#L273
error: item in documentation is missing backticks --> src/pointer.rs:273:20 | 273 | /// [`Index`]: crate::index::Index | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 273 | /// [`Index`]: `crate::index::Index` | ~~~~~~~~~~~~~~~~~~~~~