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 scoped, scope_guard and such when !GUARANTEED_ALLOCATED #14

Closed
bluurryy opened this issue Apr 25, 2024 · 1 comment
Closed

Allow scoped, scope_guard and such when !GUARANTEED_ALLOCATED #14

bluurryy opened this issue Apr 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bluurryy
Copy link
Owner

In the !GUARANTEED_ALLOCATED cases we just need to call ensure_allocated before doing the thing. The api friction of having to call as_guaranteed_allocated_mut is not justified. Its just a single branch.

@bluurryy bluurryy added the enhancement New feature or request label Apr 25, 2024
@bluurryy
Copy link
Owner Author

Oh right. Its like this because as_guaranteed_allocated_mut can panic or fail. Nevermind then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant