Skip to content

Add iter_tagged_captures_between method #48

Add iter_tagged_captures_between method

Add iter_tagged_captures_between method #48

Triggered via push November 19, 2025 12:55
Status Success
Total duration 33s
Artifacts

rust.yml

on: push
Ensure rustfmt is happy
7s
Ensure rustfmt is happy
Lint the codebase with clippy
26s
Lint the codebase with clippy
Check doc links are valid
13s
Check doc links are valid
typos
6s
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. | +