fix: correcting empty scratch #43
rust.yml
on: push
Ensure rustfmt is happy
4s
Lint the codebase with clippy
22s
Check doc links are valid
21s
Matrix: test
Annotations
6 warnings
doc quote line without `>` marker:
src/regex/vm.rs#L174
warning: doc quote line without `>` marker
--> src/regex/vm.rs:174:9
|
174 | /// methods.
| ^^^
|
= 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/master/index.html#doc_lazy_continuation
help: add markers to start of line
|
174 | /// > > methods.
| +++
|
doc quote line without `>` marker:
src/regex/vm.rs#L173
warning: doc quote line without `>` marker
--> src/regex/vm.rs:173:9
|
173 | /// of the string and should only be used for conversion to a bool in `matches_*`
| ^^^
|
= 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/master/index.html#doc_lazy_continuation
note: the lint level is defined here
--> src/lib.rs:5:5
|
5 | clippy::style,
| ^^^^^^^^^^^^^
= note: `#[warn(clippy::doc_lazy_continuation)]` implied by `#[warn(clippy::style)]`
help: add markers to start of line
|
173 | /// > > of the string and should only be used for conversion to a bool in `matches_*`
| +++
|
doc quote line without `>` marker:
src/regex/vm.rs#L174
warning: doc quote line without `>` marker
--> src/regex/vm.rs:174:9
|
174 | /// methods.
| ^^^
|
= 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/master/index.html#doc_lazy_continuation
help: add markers to start of line
|
174 | /// > > methods.
| +++
|
doc quote line without `>` marker:
src/regex/vm.rs#L173
warning: doc quote line without `>` marker
--> src/regex/vm.rs:173:9
|
173 | /// of the string and should only be used for conversion to a bool in `matches_*`
| ^^^
|
= 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/master/index.html#doc_lazy_continuation
note: the lint level is defined here
--> src/lib.rs:5:5
|
5 | clippy::style,
| ^^^^^^^^^^^^^
= note: `#[warn(clippy::doc_lazy_continuation)]` implied by `#[warn(clippy::style)]`
help: add markers to start of line
|
173 | /// > > of the string and should only be used for conversion to a bool in `matches_*`
| +++
|
Lint the codebase with 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/
|
Lint the codebase with clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|