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

chore: Apply Clippy lint manual_inspect #5748

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

jbencin
Copy link
Contributor

@jbencin jbencin commented Jan 27, 2025

Description

Apply Clippy lint manual_inspect, which finds map()/map_err() calls that can be replaced by inspect()/inspect_err()

@jbencin jbencin requested a review from a team as a code owner January 27, 2025 16:26
@jbencin jbencin force-pushed the chore/clippy-manual-inspect branch from f87ede1 to 7699bc3 Compare January 27, 2025 16:31
@jbencin jbencin added the lint Related to linting/clippy/cargo warns label Jan 27, 2025
Copy link
Contributor

@obycode obycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jbencin jbencin added this pull request to the merge queue Jan 29, 2025
Merged via the queue into stacks-network:develop with commit c0a9c38 Jan 29, 2025
177 of 181 checks passed
@jbencin jbencin deleted the chore/clippy-manual-inspect branch January 29, 2025 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lint Related to linting/clippy/cargo warns
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants