Skip to content

fix: fixing unit test broken by adding a new file type to fsys #27

fix: fixing unit test broken by adding a new file type to fsys

fix: fixing unit test broken by adding a new file type to fsys #27

GitHub Actions / clippy succeeded Sep 15, 2024 in 1s

clippy

4 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 4
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check warning on line 174 in src/regex/vm.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc quote line without `>` marker

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

Check warning on line 173 in src/regex/vm.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc quote line without `>` marker

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_*`
    |         +++

Check warning on line 174 in src/regex/vm.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc quote line without `>` marker

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

Check warning on line 173 in src/regex/vm.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc quote line without `>` marker

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_*`
    |         +++