Skip to content

chore: migrate major parts of the docs to lib.rs #11

chore: migrate major parts of the docs to lib.rs

chore: migrate major parts of the docs to lib.rs #11

Triggered via push November 12, 2023 19:56
Status Failure
Total duration 30s
Artifacts

check.yml

on: push
stable / fmt
10s
stable / fmt
stable / doc
7s
stable / doc
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 warnings
item in documentation is missing backticks: src/lib.rs#L74
error: item in documentation is missing backticks --> src/lib.rs:74:62 | 74 | //! When the [Err]-value implements [PartialEq] one can use [and_error_equals](struct.ErrAsserter.html#method.and_error_equals) | ^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 74 | //! When the [Err]-value implements [PartialEq] one can use [`and_error_equals`](struct.ErrAsserter.html#method.and_error_equals) | ~~~~~~~~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L74
error: item in documentation is missing backticks --> src/lib.rs:74:38 | 74 | //! When the [Err]-value implements [PartialEq] one can use [and_error_equals](struct.ErrAsserter.html#method.and_error_equals) | ^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 74 | //! When the [Err]-value implements [`PartialEq`] one can use [and_error_equals](struct.ErrAsserter.html#method.and_error_equals) | ~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L43
error: item in documentation is missing backticks --> src/lib.rs:43:97 | 43 | //! Results can be asserted by calling [is_err](struct.AssertionBuilder.html#method.is_err) or [is_ok](struct.AssertionBuilder.html#metho... | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 43 | //! Results can be asserted by calling [is_err](struct.AssertionBuilder.html#method.is_err) or [`is_ok`](struct.AssertionBuilder.html#method.is_ok). | ~~~~~~~
item in documentation is missing backticks: src/lib.rs#L43
error: item in documentation is missing backticks --> src/lib.rs:43:41 | 43 | //! Results can be asserted by calling [is_err](struct.AssertionBuilder.html#method.is_err) or [is_ok](struct.AssertionBuilder.html#metho... | ^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 43 | //! Results can be asserted by calling [`is_err`](struct.AssertionBuilder.html#method.is_err) or [is_ok](struct.AssertionBuilder.html#method.is_ok). | ~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L29
error: item in documentation is missing backticks --> src/lib.rs:29:188 | 29 | ...onBuilder.html#method.try_into_not_equals) but here the trait [TryInto] is used. | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 29 | //! Same for [try_into_equals](struct.AssertionBuilder.html#method.try_into_equals) and [try_into_not_equals](struct.AssertionBuilder.html#method.try_into_not_equals) but here the trait [`TryInto`] is used. | ~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L29
error: item in documentation is missing backticks --> src/lib.rs:29:90 | 29 | //! Same for [try_into_equals](struct.AssertionBuilder.html#method.try_into_equals) and [try_into_not_equals](struct.AssertionBuilder.htm... | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 29 | //! Same for [try_into_equals](struct.AssertionBuilder.html#method.try_into_equals) and [`try_into_not_equals`](struct.AssertionBuilder.html#method.try_into_not_equals) but here the trait [TryInto] is used. | ~~~~~~~~~~~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L29
error: item in documentation is missing backticks --> src/lib.rs:29:15 | 29 | //! Same for [try_into_equals](struct.AssertionBuilder.html#method.try_into_equals) and [try_into_not_equals](struct.AssertionBuilder.htm... | ^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 29 | //! Same for [`try_into_equals`](struct.AssertionBuilder.html#method.try_into_equals) and [try_into_not_equals](struct.AssertionBuilder.html#method.try_into_not_equals) but here the trait [TryInto] is used. | ~~~~~~~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L14
error: item in documentation is missing backticks --> src/lib.rs:14:63 | 14 | //! [equals](struct.AssertionBuilder.html#method.equals) and [not_equals](struct.AssertionBuilder.html#method.not_equals) take anything t... | ^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 14 | //! [equals](struct.AssertionBuilder.html#method.equals) and [`not_equals`](struct.AssertionBuilder.html#method.not_equals) take anything that can be converted to the asserted type to improve ergonimics. | ~~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L5
error: item in documentation is missing backticks --> src/lib.rs:5:41 | 5 | //! All asserted are stared by calling [assert_that] on a value. | ^^^^^^^^^^^ | = 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:104:9 | 104 | #![deny(clippy::pedantic, clippy::nursery)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(clippy::pedantic)]` help: try | 5 | //! All asserted are stared by calling [`assert_that`] on a value. | ~~~~~~~~~~~~~
stable / clippy
Clippy had exited with the 101 exit code
item in documentation is missing backticks: src/lib.rs#L74
error: item in documentation is missing backticks --> src/lib.rs:74:62 | 74 | //! When the [Err]-value implements [PartialEq] one can use [and_error_equals](struct.ErrAsserter.html#method.and_error_equals) | ^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 74 | //! When the [Err]-value implements [PartialEq] one can use [`and_error_equals`](struct.ErrAsserter.html#method.and_error_equals) | ~~~~~~~~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L74
error: item in documentation is missing backticks --> src/lib.rs:74:38 | 74 | //! When the [Err]-value implements [PartialEq] one can use [and_error_equals](struct.ErrAsserter.html#method.and_error_equals) | ^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 74 | //! When the [Err]-value implements [`PartialEq`] one can use [and_error_equals](struct.ErrAsserter.html#method.and_error_equals) | ~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L43
error: item in documentation is missing backticks --> src/lib.rs:43:97 | 43 | //! Results can be asserted by calling [is_err](struct.AssertionBuilder.html#method.is_err) or [is_ok](struct.AssertionBuilder.html#metho... | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 43 | //! Results can be asserted by calling [is_err](struct.AssertionBuilder.html#method.is_err) or [`is_ok`](struct.AssertionBuilder.html#method.is_ok). | ~~~~~~~
item in documentation is missing backticks: src/lib.rs#L43
error: item in documentation is missing backticks --> src/lib.rs:43:41 | 43 | //! Results can be asserted by calling [is_err](struct.AssertionBuilder.html#method.is_err) or [is_ok](struct.AssertionBuilder.html#metho... | ^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 43 | //! Results can be asserted by calling [`is_err`](struct.AssertionBuilder.html#method.is_err) or [is_ok](struct.AssertionBuilder.html#method.is_ok). | ~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L29
error: item in documentation is missing backticks --> src/lib.rs:29:188 | 29 | ...onBuilder.html#method.try_into_not_equals) but here the trait [TryInto] is used. | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 29 | //! Same for [try_into_equals](struct.AssertionBuilder.html#method.try_into_equals) and [try_into_not_equals](struct.AssertionBuilder.html#method.try_into_not_equals) but here the trait [`TryInto`] is used. | ~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L29
error: item in documentation is missing backticks --> src/lib.rs:29:90 | 29 | //! Same for [try_into_equals](struct.AssertionBuilder.html#method.try_into_equals) and [try_into_not_equals](struct.AssertionBuilder.htm... | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 29 | //! Same for [try_into_equals](struct.AssertionBuilder.html#method.try_into_equals) and [`try_into_not_equals`](struct.AssertionBuilder.html#method.try_into_not_equals) but here the trait [TryInto] is used. | ~~~~~~~~~~~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L29
error: item in documentation is missing backticks --> src/lib.rs:29:15 | 29 | //! Same for [try_into_equals](struct.AssertionBuilder.html#method.try_into_equals) and [try_into_not_equals](struct.AssertionBuilder.htm... | ^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 29 | //! Same for [`try_into_equals`](struct.AssertionBuilder.html#method.try_into_equals) and [try_into_not_equals](struct.AssertionBuilder.html#method.try_into_not_equals) but here the trait [TryInto] is used. | ~~~~~~~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L14
error: item in documentation is missing backticks --> src/lib.rs:14:63 | 14 | //! [equals](struct.AssertionBuilder.html#method.equals) and [not_equals](struct.AssertionBuilder.html#method.not_equals) take anything t... | ^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 14 | //! [equals](struct.AssertionBuilder.html#method.equals) and [`not_equals`](struct.AssertionBuilder.html#method.not_equals) take anything that can be converted to the asserted type to improve ergonimics. | ~~~~~~~~~~~~
item in documentation is missing backticks: src/lib.rs#L5
error: item in documentation is missing backticks --> src/lib.rs:5:41 | 5 | //! All asserted are stared by calling [assert_that] on a value. | ^^^^^^^^^^^ | = 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:104:9 | 104 | #![deny(clippy::pedantic, clippy::nursery)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(clippy::pedantic)]` help: try | 5 | //! All asserted are stared by calling [`assert_that`] on a value. | ~~~~~~~~~~~~~
beta / clippy
Clippy had exited with the 101 exit code
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/