Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add back io::Result handling for read/write #14

Merged
merged 2 commits into from
Sep 19, 2023

chore: clippy fix

df6d981
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: add back io::Result handling for read/write #14

chore: clippy fix
df6d981
Select commit
Loading
Failed to load commit list.
GitHub Actions / Clippy (1.73.0) failed Sep 19, 2023 in 0s

Clippy (1.73.0)

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 (1.73.0)

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`