Skip to content

chore: fix clippy

chore: fix clippy #89

GitHub Actions / Clippy (beta) failed Sep 20, 2023 in 1s

Clippy (beta)

1 error

Details

Results

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

Versions

  • rustc 1.73.0-nightly (439d066bc 2023-08-10)
  • cargo 1.73.0-nightly (d78bbf4bd 2023-08-03)
  • clippy 0.1.73 (439d066 2023-08-10)

Annotations

Check failure on line 11 in halo2_proofs/src/dev/graph/layout.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

unresolved import `crate::dev::cost`

error[E0432]: unresolved import `crate::dev::cost`
  --> halo2_proofs/src/dev/graph/layout.rs:11:10
   |
11 |     dev::cost::Layout,
   |          ^^^^ could not find `cost` in `dev`