Skip to content

Flag renaming

Flag renaming #425

Triggered via push January 19, 2024 13:25
Status Failure
Total duration 1m 4s
Artifacts
check_and_test
52s
check_and_test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
mismatched types: libzkbob-rs/src/client/mod.rs#L188
error[E0308]: mismatched types --> libzkbob-rs/src/client/mod.rs:188:32 | 188 | Self::new(sk, pool_id, msg_enc_type, state, params) | --------- ^^^^^^^^^^^^ expected `bool`, found `MessageEncryptionType` | | | arguments to this function are incorrect | note: associated function defined here --> libzkbob-rs/src/client/mod.rs:172:12 | 172 | pub fn new(sk: Num<P::Fs>, pool_id: u32, is_obsolete_pool: bool, state: State<D, P>, params: P) -> Self { | ^^^ ----------------------
check_and_test
Clippy had exited with the 101 exit code
deref which would be done by auto-deref: libs/kvdb-web/src/lib.rs#L107
warning: deref which would be done by auto-deref --> libs/kvdb-web/src/lib.rs:107:46 | 107 | let _ = indexed_db::idb_commit_transaction(&*self.indexed_db, &transaction, self.columns); | ^^^^^^^^^^^^^^^^^ help: try: `&self.indexed_db` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
non-binding `let` on a future: libs/kvdb-web/src/lib.rs#L107
warning: non-binding `let` on a future --> libs/kvdb-web/src/lib.rs:107:3 | 107 | let _ = indexed_db::idb_commit_transaction(&*self.indexed_db, &transaction, self.columns); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider awaiting the future or dropping explicitly with `std::mem::drop` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_future = note: `#[warn(clippy::let_underscore_future)]` on by default
deref which would be done by auto-deref: libs/kvdb-web/src/lib.rs#L70
warning: deref which would be done by auto-deref --> libs/kvdb-web/src/lib.rs:70:44 | 70 | let mut stream = indexed_db::idb_cursor(&*inner, column); | ^^^^^^^ help: try: `&inner` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref = note: `#[warn(clippy::explicit_auto_deref)]` on by default
using tabs in doc comments is not recommended: libs/kvdb-web/src/error.rs#L16
warning: using tabs in doc comments is not recommended --> libs/kvdb-web/src/error.rs:16:59 | 16 | /// Accessing a Window or Worker Global Scope has failed. | ^^^^ help: consider using four spaces per tab | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments = note: `#[warn(clippy::tabs_in_doc_comments)]` on by default
check_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, webfactory/ssh-agent@v0.5.4, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
check_and_test
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/
check_and_test
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/
check_and_test
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/
check_and_test
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/
check_and_test
The `save-state` 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/
check_and_test
The `save-state` 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/
check_and_test
The `save-state` 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/
check_and_test
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/