refactor!(bdk): Update wallet start_sync, start_scan to return new Sy… #752
nightly_docs.yml
on: push
Build docs
3m 54s
Publish docs
0s
Annotations
3 errors and 1 warning
Build docs
Process completed with exit code 101.
|
missing documentation for a module:
crates/chain/src/lib.rs#L56
error: missing documentation for a module
--> crates/chain/src/lib.rs:56:1
|
56 | pub mod request;
| ^^^^^^^^^^^^^^^
|
= note: `-D missing-docs` implied by `-D warnings`
|
unused import: `LocalChain`:
crates/chain/src/request.rs#L1
error: unused import: `LocalChain`
--> crates/chain/src/request.rs:1:38
|
1 | use crate::local_chain::{CheckPoint, LocalChain};
| ^^^^^^^^^^
|
= note: `-D unused-imports` 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/
|