Skip to content

Merge branch 'main' of github.com:metaborg/rust-scopegraphs #336

Merge branch 'main' of github.com:metaborg/rust-scopegraphs

Merge branch 'main' of github.com:metaborg/rust-scopegraphs #336

GitHub Actions / clippy failed May 24, 2024 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.80.0-nightly (867900499 2024-05-23)
  • cargo 1.80.0-nightly (84dc5dc11 2024-05-20)
  • clippy 0.1.80 (8679004 2024-05-23)

Annotations

Check failure on line 34 in scopegraphs-regular-expressions/src/compile.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
  --> scopegraphs-regular-expressions/src/compile.rs:34:5
   |
34 | /// emits the Rust code that can match the regular expression.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
34 | ///   emits the Rust code that can match the regular expression.
   |     ++

Check failure on line 33 in scopegraphs-regular-expressions/src/compile.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
  --> scopegraphs-regular-expressions/src/compile.rs:33:5
   |
33 | /// This function can be called at compile time (through the `compile_regex!` macro) and it
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
   = note: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
   |
33 | ///   This function can be called at compile time (through the `compile_regex!` macro) and it
   |     ++