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

Small changes for query_dump(), so it passes clippy and extra #411

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

Buckram123
Copy link
Contributor

Clippy was unhappy with:

        if let Err(e) = group {
            return Err(e);
        }

And since we touching this method
extra: map(|addr|.. looks cleaner this way or we want String::from/ addr.into_string() here?

@blue-note blue-note merged commit c37d7d7 into DA0-DA0:main Jul 22, 2022
@Buckram123 Buckram123 deleted the clippy-got-smarter branch July 22, 2022 19:51
JakeHartnell pushed a commit that referenced this pull request Dec 13, 2023
Update Cargo.toml files to reference new repo name
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.

4 participants