Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

fixes more clippy warnings #1306

Merged
merged 1 commit into from
May 20, 2020
Merged

fixes more clippy warnings #1306

merged 1 commit into from
May 20, 2020

Conversation

EverlastingBugstopper
Copy link
Contributor

gotta catch em all!!!

@EverlastingBugstopper EverlastingBugstopper requested a review from a team as a code owner May 20, 2020 20:12
@EverlastingBugstopper EverlastingBugstopper changed the base branch from alewis/clippy-warnings to master May 20, 2020 20:20
@EverlastingBugstopper EverlastingBugstopper merged commit 1aee8f0 into master May 20, 2020
@delete-merged-branch delete-merged-branch bot deleted the avery/more-clippy branch May 20, 2020 21:43
}
let tmp = String::new();
let _ = io::stdin().read_to_string(&mut input);
tmp
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this overwriting input with an empty string? I was trying to trace down an empty input when using pipe in 1.9.1, reverting back to 1.9.0 worked for me.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

whhooooppss - it looks like that should be tmp not input. probably gonna need another point release for this one. thanks @dmcgowan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants