Skip to content

Bump thiserror from 1.0.50 to 1.0.55 (#90) #231

Bump thiserror from 1.0.50 to 1.0.55 (#90)

Bump thiserror from 1.0.50 to 1.0.55 (#90) #231

Triggered via push January 2, 2024 08:11
Status Success
Total duration 15s
Artifacts

pages.yml

on: push
Deploy pages
4s
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) |