Skip to content

rename the vp(validity predicate) as resource logic #542

rename the vp(validity predicate) as resource logic

rename the vp(validity predicate) as resource logic #542

GitHub Actions / Clippy failed Aug 21, 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 55 in taiga_halo2/src/taiga_api.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

empty doc comment

error: empty doc comment
  --> taiga_halo2/src/taiga_api.rs:55:1
   |
55 | ///
   | ^^^
   |
   = help: consider removing or filling it
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
   = note: `-D clippy::empty-docs` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`

Check failure on line 55 in taiga_halo2/src/taiga_api.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

empty doc comment

error: empty doc comment
  --> taiga_halo2/src/taiga_api.rs:55:1
   |
55 | ///
   | ^^^
   |
   = help: consider removing or filling it
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
   = note: `-D clippy::empty-docs` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`

Check failure on line 566 in taiga_halo2/src/circuit/blake2s.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

usage of a legacy numeric method

error: usage of a legacy numeric method
   --> taiga_halo2/src/circuit/blake2s.rs:566:57
    |
566 |             Blake2sWord::from_constant_u32(IV[6] ^ u32::max_value(), layouter, self)?
    |                                                         ^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
    = note: `-D clippy::legacy-numeric-constants` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::legacy_numeric_constants)]`
help: use the associated constant instead
    |
566 |             Blake2sWord::from_constant_u32(IV[6] ^ u32::MAX, layouter, self)?
    |                                                         ~~~

Check failure on line 566 in taiga_halo2/src/circuit/blake2s.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

usage of a legacy numeric method

error: usage of a legacy numeric method
   --> taiga_halo2/src/circuit/blake2s.rs:566:57
    |
566 |             Blake2sWord::from_constant_u32(IV[6] ^ u32::max_value(), layouter, self)?
    |                                                         ^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
    = note: `-D clippy::legacy-numeric-constants` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::legacy_numeric_constants)]`
help: use the associated constant instead
    |
566 |             Blake2sWord::from_constant_u32(IV[6] ^ u32::MAX, layouter, self)?
    |                                                         ~~~