Keep the wallet database files and print their paths. #61
GitHub Actions / Clippy (MSRV)
failed
Sep 2, 2023 in 1s
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 472 in zcash_client_sqlite/src/wallet/sapling.rs
github-actions / Clippy (MSRV)
unused import: `data_api::WalletWrite`
error: unused import: `data_api::WalletWrite`
--> zcash_client_sqlite/src/wallet/sapling.rs:472:32
|
472 | zcash_client_backend::{data_api::WalletWrite, wallet::WalletTransparentOutput},
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
Check failure on line 472 in zcash_client_sqlite/src/wallet/sapling.rs
github-actions / Clippy (MSRV)
the name `WalletWrite` is defined multiple times
error[E0252]: the name `WalletWrite` is defined multiple times
--> zcash_client_sqlite/src/wallet/sapling.rs:472:32
|
454 | AccountBirthday, ShieldedProtocol, WalletRead, WalletWrite,
| ------------
| |
| previous import of the trait `WalletWrite` here
| help: remove unnecessary import
...
472 | zcash_client_backend::{data_api::WalletWrite, wallet::WalletTransparentOutput},
| ^^^^^^^^^^^^^^^^^^^^^ `WalletWrite` reimported here
|
= note: `WalletWrite` must be defined only once in the type namespace of this module
Loading