Improve normalization #91
GitHub Actions / clippy
failed
Nov 24, 2023 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.76.0-nightly (a1a37735c 2023-11-23)
- cargo 1.76.0-nightly (71cd3a926 2023-11-20)
- clippy 0.1.76 (a1a3773 2023-11-23)
Annotations
Check failure on line 303 in scopegraphs-regular-expressions/src/regex.rs
github-actions / clippy
unused variable: `r`
error: unused variable: `r`
--> scopegraphs-regular-expressions/src/regex.rs:303:30
|
303 | (Regex::EmptyString, r) => Regex::EmptySet.into(),
| ^ help: if this is intentional, prefix it with an underscore: `_r`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
Check failure on line 303 in scopegraphs-regular-expressions/src/regex.rs
github-actions / clippy
unused variable: `r`
error: unused variable: `r`
--> scopegraphs-regular-expressions/src/regex.rs:303:30
|
303 | (Regex::EmptyString, r) => Regex::EmptySet.into(),
| ^ help: if this is intentional, prefix it with an underscore: `_r`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
Loading