refactor!(wallet): rename scan to full_scan #756
Annotations
2 errors and 1 warning
Build docs
Process completed with exit code 101.
|
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `BTreeMap`:
crates/bdk/src/wallet/mod.rs#L2057
error: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `BTreeMap`
--> crates/bdk/src/wallet/mod.rs:2057:18
|
2057 | .into_iter()
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
= note: `-D clippy::into-iter-on-ref` implied by `-D warnings`
|
Build docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|