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

ANN: Fix E0562 inspection for nested functions #4239

Merged
merged 1 commit into from Aug 13, 2019
Merged

ANN: Fix E0562 inspection for nested functions #4239

merged 1 commit into from Aug 13, 2019

Conversation

mchernyavsky
Copy link
Member

Fixes #4233.

@mchernyavsky mchernyavsky added the fix Pull requests that fix some bug(s) label Aug 12, 2019
@mchernyavsky mchernyavsky added this to the v104 milestone Aug 12, 2019
Copy link
Member Author

@mchernyavsky mchernyavsky left a comment

Choose a reason for hiding this comment

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

bors r+

bors bot added a commit that referenced this pull request Aug 12, 2019
4239: ANN: Fix E0562 inspection for nested functions r=mchernyavsky a=mchernyavsky

Fixes #4233.


Co-authored-by: Mikhail Chernyavsky <mikhail.chernyavsky@jetbrains.com>
@mchernyavsky
Copy link
Member Author

bors r-

@bors
Copy link
Contributor

bors bot commented Aug 12, 2019

Canceled

Copy link
Member Author

@mchernyavsky mchernyavsky left a comment

Choose a reason for hiding this comment

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

bors r+

bors bot added a commit that referenced this pull request Aug 13, 2019
4239: ANN: Fix E0562 inspection for nested functions r=mchernyavsky a=mchernyavsky

Fixes #4233.


Co-authored-by: Mikhail Chernyavsky <mikhail.chernyavsky@jetbrains.com>
@bors
Copy link
Contributor

bors bot commented Aug 13, 2019

@bors bors bot merged commit 87703df into master Aug 13, 2019
To test automation moved this from In Progress to Test Aug 13, 2019
@bors bors bot deleted the fix-e0562 branch August 13, 2019 21:53
@lancelote lancelote moved this from Test to Done in To test Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests that fix some bug(s)
Projects
To test
  
Done
Development

Successfully merging this pull request may close these issues.

impl Trait as return type of nested function
2 participants