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

Allow exponent separator #6104

Merged
merged 1 commit into from Oct 2, 2020
Merged

Allow exponent separator #6104

merged 1 commit into from Oct 2, 2020

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
Member

ebroto commented Oct 2, 2020

@bors r+

Thanks!

@bors
Copy link
Collaborator

bors commented Oct 2, 2020

📌 Commit e91202c has been approved by ebroto

@bors
Copy link
Collaborator

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
Collaborator

bors commented Oct 2, 2020

💔 Test failed - checks-action_test

@ebroto
Copy link
Member

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
Collaborator

bors commented Oct 2, 2020

⌛ Testing commit e91202c with merge f0eac45...

@bors
Copy link
Collaborator

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