Skip to content

Account for empty regions #4

Account for empty regions

Account for empty regions #4

Triggered via push March 29, 2024 12:23
Status Success
Total duration 1m 52s
Artifacts

lints-beta.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
manual implementation of an assign operation: halo2_proofs/src/dev/cost_model.rs#L369
error: manual implementation of an assign operation --> halo2_proofs/src/dev/cost_model.rs:369:21 | 369 | expanded_rows_count = expanded_rows_count + ((end - start) + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `expanded_rows_count += ((end - start) + 1)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern = note: `-D clippy::assign-op-pattern` implied by `-D warnings`
manual implementation of an assign operation: halo2_proofs/src/dev/cost_model.rs#L369
error: manual implementation of an assign operation --> halo2_proofs/src/dev/cost_model.rs:369:21 | 369 | expanded_rows_count = expanded_rows_count + ((end - start) + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `expanded_rows_count += ((end - start) + 1)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern = note: `-D clippy::assign-op-pattern` implied by `-D warnings`
manual implementation of an assign operation: halo2_proofs/src/dev/cost_model.rs#L369
warning: manual implementation of an assign operation --> halo2_proofs/src/dev/cost_model.rs:369:21 | 369 | expanded_rows_count = expanded_rows_count + ((end - start) + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `expanded_rows_count += ((end - start) + 1)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern = note: `-W clippy::assign-op-pattern` implied by `-W clippy::all`
manual implementation of an assign operation: halo2_proofs/src/dev/cost_model.rs#L369
warning: manual implementation of an assign operation --> halo2_proofs/src/dev/cost_model.rs:369:21 | 369 | expanded_rows_count = expanded_rows_count + ((end - start) + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `expanded_rows_count += ((end - start) + 1)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern = note: `-W clippy::assign-op-pattern` implied by `-W clippy::all`
Clippy (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/