Skip to content

feat(ad) moving tui init to Editor::run #10

feat(ad) moving tui init to Editor::run

feat(ad) moving tui init to Editor::run #10

Triggered via push September 8, 2024 15:42
Status Success
Total duration 46s
Artifacts

rust.yml

on: push
Ensure rustfmt is happy
12s
Ensure rustfmt is happy
Lint the codebase with clippy
31s
Lint the codebase with clippy
Check doc links are valid
14s
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: `#[warn(clippy::doc_lazy_continuation)]` on by default 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: `#[warn(clippy::doc_lazy_continuation)]` on by default 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/