nb nodes explored so far #304
clippy
4 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 4 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.1 (3f5fd8dd4 2024-08-06)
- cargo 1.80.1 (376290515 2024-07-16)
- clippy 0.1.80 (3f5fd8d 2024-08-06)
Annotations
Check failure on line 523 in ddo/src/implementation/solver/sequential.rs
github-actions / clippy
method `explored` has a `&self` declaration in the impl, but not in the trait
error[E0185]: method `explored` has a `&self` declaration in the impl, but not in the trait
--> ddo/src/implementation/solver/sequential.rs:523:5
|
523 | fn explored(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&self` used in impl
|
::: ddo/src/abstraction/solver.rs:96:5
|
96 | fn explored() -> usize;
| ----------------------- trait method declared without `&self`
Check failure on line 638 in ddo/src/implementation/solver/parallel.rs
github-actions / clippy
method `explored` has a `&self` declaration in the impl, but not in the trait
error[E0185]: method `explored` has a `&self` declaration in the impl, but not in the trait
--> ddo/src/implementation/solver/parallel.rs:638:5
|
638 | fn explored(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&self` used in impl
|
::: ddo/src/abstraction/solver.rs:96:5
|
96 | fn explored() -> usize;
| ----------------------- trait method declared without `&self`
Check failure on line 523 in ddo/src/implementation/solver/sequential.rs
github-actions / clippy
method `explored` has a `&self` declaration in the impl, but not in the trait
error[E0185]: method `explored` has a `&self` declaration in the impl, but not in the trait
--> ddo/src/implementation/solver/sequential.rs:523:5
|
523 | fn explored(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&self` used in impl
|
::: ddo/src/abstraction/solver.rs:96:5
|
96 | fn explored() -> usize;
| ----------------------- trait method declared without `&self`
Check failure on line 638 in ddo/src/implementation/solver/parallel.rs
github-actions / clippy
method `explored` has a `&self` declaration in the impl, but not in the trait
error[E0185]: method `explored` has a `&self` declaration in the impl, but not in the trait
--> ddo/src/implementation/solver/parallel.rs:638:5
|
638 | fn explored(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&self` used in impl
|
::: ddo/src/abstraction/solver.rs:96:5
|
96 | fn explored() -> usize;
| ----------------------- trait method declared without `&self`