Skip to content

Fix logs

Fix logs #71

GitHub Actions / clippy succeeded Aug 19, 2023 in 0s

clippy

6 warnings

Details

Results

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

Versions

  • rustc 1.73.0-nightly (d06ca0ffa 2023-08-18)
  • cargo 1.73.0-nightly (7c3904d6c 2023-08-14)
  • clippy 0.1.73 (d06ca0f 2023-08-18)

Annotations

Check warning on line 184 in src/prover.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

item in documentation is missing backticks

warning: item in documentation is missing backticks
   --> src/prover.rs:184:28
    |
184 | /// Bit reverses the first ce_domain_size many values of the matrix columns.
    |                            ^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
note: the lint level is defined here
   --> src/lib.rs:1:22
    |
1   | #![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
    |                      ^^^^^^^^^^^^^^^^
    = note: `#[warn(clippy::doc_markdown)]` implied by `#[warn(clippy::pedantic)]`
help: try
    |
184 | /// Bit reverses the first `ce_domain_size` many values of the matrix columns.
    |                            ~~~~~~~~~~~~~~~~

Check warning on line 184 in src/prover.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

item in documentation is missing backticks

warning: item in documentation is missing backticks
   --> src/prover.rs:184:28
    |
184 | /// Bit reverses the first ce_domain_size many values of the matrix columns.
    |                            ^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
note: the lint level is defined here
   --> src/lib.rs:1:22
    |
1   | #![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
    |                      ^^^^^^^^^^^^^^^^
    = note: `#[warn(clippy::doc_markdown)]` implied by `#[warn(clippy::pedantic)]`
help: try
    |
184 | /// Bit reverses the first `ce_domain_size` many values of the matrix columns.
    |                            ~~~~~~~~~~~~~~~~

Check warning on line 152 in src/prover.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `now`

warning: unused variable: `now`
   --> src/prover.rs:152:9
    |
152 |     let now = Instant::now();
    |         ^^^ help: if this is intentional, prefix it with an underscore: `_now`

Check warning on line 86 in src/prover.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `now`

warning: unused variable: `now`
  --> src/prover.rs:86:13
   |
86 |         let now = Instant::now();
   |             ^^^ help: if this is intentional, prefix it with an underscore: `_now`
   |
   = note: `#[warn(unused_variables)]` on by default

Check warning on line 152 in src/prover.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `now`

warning: unused variable: `now`
   --> src/prover.rs:152:9
    |
152 |     let now = Instant::now();
    |         ^^^ help: if this is intentional, prefix it with an underscore: `_now`

Check warning on line 86 in src/prover.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `now`

warning: unused variable: `now`
  --> src/prover.rs:86:13
   |
86 |         let now = Instant::now();
   |             ^^^ help: if this is intentional, prefix it with an underscore: `_now`
   |
   = note: `#[warn(unused_variables)]` on by default