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

Do not trigger let_and_return lint on macros #5008

Merged
merged 1 commit into from Jan 6, 2020

Conversation

JohnTitor
Copy link
Member

Fixes #4997

changelog: Fix false positive in let_and_return

@flip1995
Copy link
Member

flip1995 commented Jan 6, 2020

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 6, 2020

📌 Commit 2213989 has been approved by flip1995

@bors
Copy link
Collaborator

bors commented Jan 6, 2020

⌛ Testing commit 2213989 with merge 62ff639...

bors added a commit that referenced this pull request Jan 6, 2020
Do not trigger `let_and_return` lint on macros

Fixes #4997

changelog: Fix false positive in `let_and_return`
@bors
Copy link
Collaborator

bors commented Jan 6, 2020

☀️ Test successful - checks-travis, status-appveyor
Approved by: flip1995
Pushing 62ff639 to master...

@bors bors merged commit 2213989 into rust-lang:master Jan 6, 2020
@JohnTitor JohnTitor deleted the let-on-macros branch January 7, 2020 04:53
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.

let_and_return suggestion causes errors macro_rule
3 participants