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

hashmap: remove leftover debug!() logging #7100

Closed
wants to merge 1 commit into from
Closed

hashmap: remove leftover debug!() logging #7100

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

Not much point in leaving these around. They just get in the way when you actually want to log something else.

bors added a commit that referenced this pull request Jun 13, 2013
Not much point in leaving these around. They just get in the way when you actually want to log something else.
@bors bors closed this Jun 13, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 27, 2021
…ffen

Unused io amount detects `.read().ok()?`

fixes rust-lang#7096
changelog: unused_io_amount now detect expertion like `.read().ok()?`,  `.read().or_else(|err| ...)?` and similar expressions.
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