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 map_in_place to be called when the callee is already panicking. #300

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dtzxporter
Copy link

  • Forget the abort on panic once we know the closure did not panic.

- Forget the abort on panic once we know the closure did not panic.

Update util.rs
@dtzxporter dtzxporter force-pushed the fix-abort-on-panic-when-already-in-panic branch from e0df6d1 to 97c0faf Compare April 24, 2024 15:05
@dtzxporter dtzxporter changed the title Allow map_in_place to be called then the callee is already panicking. Allow map_in_place to be called when the callee is already panicking. Apr 24, 2024
@dtzxporter
Copy link
Author

CI issue is unrelated to PR

@dtzxporter
Copy link
Author

@xacrimon Gentle bump on this, it's a pretty harmless change that makes the api usable in Drop(s) where the callee has panicked!

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.

None yet

1 participant