Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix update_chain_tip bugs #932

Merged
merged 4 commits into from
Sep 5, 2023

Documentation fixes

f132af1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix update_chain_tip bugs #932

Documentation fixes
f132af1
Select commit
Loading
Failed to load commit list.
GitHub Actions / Clippy (MSRV) failed Sep 5, 2023 in 0s

Clippy (MSRV)

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
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 432 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (MSRV)

associated function `propose_shielding` is never used

error: associated function `propose_shielding` is never used
   --> zcash_client_sqlite/src/testing.rs:432:19
    |
432 |     pub(crate) fn propose_shielding<InputsT>(
    |                   ^^^^^^^^^^^^^^^^^
    |
    = note: `-D dead-code` implied by `-D warnings`