Skip to content

nb nodes explored so far #304

nb nodes explored so far

nb nodes explored so far #304

GitHub Actions / clippy failed Aug 28, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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`