Skip to content

Change to using a reference to a Haystack #49

Change to using a reference to a Haystack

Change to using a reference to a Haystack #49

Triggered via push November 19, 2025 14:35
Status Success
Total duration 49s
Artifacts

rust.yml

on: push
Ensure rustfmt is happy
9s
Ensure rustfmt is happy
Lint the codebase with clippy
19s
Lint the codebase with clippy
Check doc links are valid
45s
Check doc links are valid
typos
5s
typos
Matrix: test
Fit to window
Zoom out
Zoom in

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. | +