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

Remove lifetime parameter from NativeFunc #1772

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

MarkMcCaskey
Copy link
Contributor

@MarkMcCaskey MarkMcCaskey commented Oct 27, 2020

Ran into this as an annoyance on #1739 ; will need to account for this when we fix the memory leak in InstanceHandle.

Note: the lifetime wasn't doing anything useful for us, this change doesn't make anything new possible (other than not having to deal with the lifetime parameter)

Review

  • Add a short description of the the change to the CHANGELOG.md file

It wasn't doing anything anyways.
@MarkMcCaskey MarkMcCaskey force-pushed the feature/remove-lifetime-on-nativefunc branch from 8d631b0 to 608fbdc Compare October 27, 2020 21:37
@MarkMcCaskey
Copy link
Contributor Author

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 27, 2020

@bors bors bot merged commit 962f3be into master Oct 27, 2020
@bors bors bot deleted the feature/remove-lifetime-on-nativefunc branch October 27, 2020 23:09
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.

2 participants