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 unused variable warning in release #113

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

mohanson
Copy link
Collaborator

warning: unused variable: `err`
   --> src/high_level.rs:569:17
    |
569 |             Err(err) => {
    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_err`
    |
    = note: `#[warn(unused_variables)]` on by default

@mohanson mohanson merged commit ab88bd6 into nervosnetwork:master Sep 26, 2024
1 check passed
@mohanson mohanson deleted the update branch September 26, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants