Skip to content

refactor: add Wallet init fn and call from new and new_no_persist fn

Sign in for the full log view
GitHub Actions / clippy failed Sep 25, 2023 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.67.0 (fc594f156 2023-01-24)
  • cargo 1.67.0 (8ecd4f20a 2023-01-10)
  • clippy 0.1.67 (fc594f1 2023-01-24)

Annotations

Check failure on line 312 in crates/bdk/src/wallet/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for an associated function

error: missing documentation for an associated function
   --> crates/bdk/src/wallet/mod.rs:305:5
    |
305 | /     pub fn init<E: IntoWalletDescriptor>(
306 | |         descriptor: E,
307 | |         change_descriptor: Option<E>,
308 | |         network: Network,
...   |
311 | |     where
312 | |         D: PersistBackend<ChangeSet>,
    | |_____________________________________^
    |
    = note: `-D missing-docs` implied by `-D warnings`