Skip to content

fix(ad): correcting behaviour of middle/right click inside of a range… #22

fix(ad): correcting behaviour of middle/right click inside of a range…

fix(ad): correcting behaviour of middle/right click inside of a range… #22

Triggered via push September 14, 2024 16:09
Status Success
Total duration 48s
Artifacts

rust.yml

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

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/