Distinguish seed relevance when no derived accounts are present #5069
GitHub Actions / Clippy (MSRV)
failed
Mar 19, 2024 in 0s
Clippy (MSRV)
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.65.0 (897e37553 2022-11-02)
- cargo 1.65.0 (4bc8f24d3 2022-10-20)
- clippy 0.1.65 (897e375 2022-11-02)
Annotations
Check failure on line 309 in zcash_client_sqlite/src/wallet/init.rs
github-actions / Clippy (MSRV)
unneeded unit expression
error: unneeded unit expression
--> zcash_client_sqlite/src/wallet/init.rs:309:17
|
309 | ()
| ^^ help: remove the final `()`
|
= note: `-D clippy::unused-unit` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
Check failure on line 309 in zcash_client_sqlite/src/wallet/init.rs
github-actions / Clippy (MSRV)
unneeded unit expression
error: unneeded unit expression
--> zcash_client_sqlite/src/wallet/init.rs:309:17
|
309 | ()
| ^^ help: remove the final `()`
|
= note: `-D clippy::unused-unit` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
Loading