two good #215
GitHub Actions / clippy
failed
Mar 28, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.77.0 (aedd173a2 2024-03-17)
- cargo 1.77.0 (3fe68eabf 2024-02-29)
- clippy 0.1.77 (aedd173 2024-03-17)
Annotations
Check failure on line 554 in crates/core/src/binding.rs
github-actions / clippy
this loop never actually loops
error: this loop never actually loops
--> crates/core/src/binding.rs:543:25
|
543 | / while !done {
544 | | while cursor.field_id() != Some(field_id) {
545 | | if !cursor.goto_next_sibling() {
546 | | return None;
... |
553 | | return Some(result);
554 | | }
| |_________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#never_loop
= note: `#[deny(clippy::never_loop)]` on by default
Loading