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

fixes more clippy warnings - #1306

Merged
EverlastingBugstopper merged 1 commit into
masterfrom
avery/more-clippy
May 20, 2020
Merged

fixes more clippy warnings#1306
EverlastingBugstopper merged 1 commit into
masterfrom
avery/more-clippy

Conversation

@EverlastingBugstopper

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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