Skip to content

Bump once_cell from 1.18.0 to 1.19.0 (#84) #221

Bump once_cell from 1.18.0 to 1.19.0 (#84)

Bump once_cell from 1.18.0 to 1.19.0 (#84) #221

Triggered via push December 13, 2023 14:37
Status Success
Total duration 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pages.yml

on: push
Deploy pages
2s
Deploy pages
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
question mark operator is useless here: subcryptor/src/keystore.rs#L64
warning: question mark operator is useless here --> subcryptor/src/keystore.rs:64:2 | 64 | / Ok(array_bytes::slice2array(&decrypted[SEED_OFFSET..SEED_OFFSET + SECRET_KEY_LEN]) 65 | | .map_err(Error::ArrayBytes)?) | |_____________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_question_mark = note: `#[warn(clippy::needless_question_mark)]` on by default help: try removing question mark and `Ok()` | 64 ~ array_bytes::slice2array(&decrypted[SEED_OFFSET..SEED_OFFSET + SECRET_KEY_LEN]) 65 ~ .map_err(Error::ArrayBytes) |
question mark operator is useless here: subcryptor/src/keystore.rs#L64
warning: question mark operator is useless here --> subcryptor/src/keystore.rs:64:2 | 64 | / Ok(array_bytes::slice2array(&decrypted[SEED_OFFSET..SEED_OFFSET + SECRET_KEY_LEN]) 65 | | .map_err(Error::ArrayBytes)?) | |_____________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_question_mark = note: `#[warn(clippy::needless_question_mark)]` on by default help: try removing question mark and `Ok()` | 64 ~ array_bytes::slice2array(&decrypted[SEED_OFFSET..SEED_OFFSET + SECRET_KEY_LEN]) 65 ~ .map_err(Error::ArrayBytes) |