Upgrade to draft version 07 #46
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
|