Skip to content

Upgrade to draft version 07 #46

Upgrade to draft version 07

Upgrade to draft version 07 #46

Triggered via pull request January 8, 2024 12:51
Status Failure
Total duration 38s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
accessing first element with `decoded.get(0)`: src/disclosure.rs#L71
error: accessing first element with `decoded.get(0)` --> src/disclosure.rs:71:15 | 71 | salt: decoded | _______________^ 72 | | .get(0) | |_________________^ help: try: `decoded.first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first = note: `-D clippy::get-first` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::get_first)]`
accessing first element with `decoded.get(0)`: src/disclosure.rs#L89
error: accessing first element with `decoded.get(0)` --> src/disclosure.rs:89:15 | 89 | salt: decoded | _______________^ 90 | | .get(0) | |_________________^ help: try: `decoded.first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
clippy
Clippy had exited with the 101 exit code