Change to using a reference to a Haystack #49
rust.yml
on: push
Ensure rustfmt is happy
9s
Lint the codebase with clippy
19s
Check doc links are valid
45s
typos
5s
Matrix: test
Annotations
2 warnings
|
doc quote line without `>` marker:
src/../README.md#L100
warning: doc quote line without `>` marker
--> src/../README.md:100:1
|
100 | argument of an operator or action, escape it with a backslash.
| ^
|
= help: if this not intended to be a quote at all, escape it with `\>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: add markers to start of line
|
100 | > argument of an operator or action, escape it with a backslash.
| +
|
|
doc quote line without `>` marker:
src/../README.md#L100
warning: doc quote line without `>` marker
--> src/../README.md:100:1
|
100 | argument of an operator or action, escape it with a backslash.
| ^
|
= help: if this not intended to be a quote at all, escape it with `\>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: add markers to start of line
|
100 | > argument of an operator or action, escape it with a backslash.
| +
|