Skip to content

unify vp public inputs #388

unify vp public inputs

unify vp public inputs #388

GitHub Actions / Clippy failed Jul 17, 2023 in 0s

Clippy

2 errors

Details

Results

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

Versions

  • rustc 1.71.0 (8ede3aae2 2023-07-12)
  • cargo 1.71.0 (cfd3bbd8f 2023-06-08)
  • clippy 0.1.71 (8ede3aa 2023-07-12)

Annotations

Check failure on line 3 in taiga_halo2/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`

error: lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
 --> taiga_halo2/src/lib.rs:3:9
  |
3 | #![deny(clippy::derive_hash_xor_eq)]
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::derived_hash_with_manual_eq`
  |
  = note: `-D renamed-and-removed-lints` implied by `-D warnings`

Check failure on line 3 in taiga_halo2/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`

error: lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
 --> taiga_halo2/src/lib.rs:3:9
  |
3 | #![deny(clippy::derive_hash_xor_eq)]
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::derived_hash_with_manual_eq`
  |
  = note: `-D renamed-and-removed-lints` implied by `-D warnings`