Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Oct 2, 2020

Fixes #6096

changelog: Fixed bug in clippy::inconsistent_digit_grouping when floating point exponent is used

@rust-highfive
Copy link

r? @ebroto

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Oct 2, 2020
@ebroto
Copy link
Contributor

ebroto commented Oct 2, 2020

@bors r+

Thanks!

@bors
Copy link
Contributor

bors commented Oct 2, 2020

📌 Commit e91202c has been approved by ebroto

@bors
Copy link
Contributor

bors commented Oct 2, 2020

⌛ Testing commit e91202c with merge 707e6e9...

bors added a commit that referenced this pull request Oct 2, 2020
Allow exponent separator

Fixes #6096

changelog: Fixed bug in `clippy::inconsistent_digit_grouping` when floating point exponent is used
@bors
Copy link
Contributor

bors commented Oct 2, 2020

💔 Test failed - checks-action_test

@ebroto
Copy link
Contributor

ebroto commented Oct 2, 2020

@bors retry

Failure is spurious

caused by: request or response body error: error reading a body from connection: Connection reset by peer (os error 104)

@bors
Copy link
Contributor

bors commented Oct 2, 2020

⌛ Testing commit e91202c with merge f0eac45...

@bors
Copy link
Contributor

bors commented Oct 2, 2020

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: ebroto
Pushing f0eac45 to master...

@bors bors merged commit f0eac45 into rust-lang:master Oct 2, 2020
@ghost ghost deleted the fix-6096 branch October 29, 2020 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inconsistent_digit_grouping is inconsistent when a floating point exponent used
3 participants