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

Change mutability of RxToken's consume argument. #924

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

Conversation

lmbollen
Copy link

This pull request drops the requirement that we can mutate the receive buffer.

I noticed issue #443 already discussed this, but was closed without making the change. Even though the suggestion was to change it.

This drops the requirement that we can mutate the receive buffer, which is not always te case.
@lmbollen lmbollen force-pushed the rx-token-consume-mutability branch from 54fee5d to 6fbd46c Compare April 24, 2024 06:30
@lmbollen
Copy link
Author

Had to add:

extern crate alloc;
use alloc::vec::Vec;

to fuzz_injector, which should not be a problem since it's for development and not production.
@whitequark Feel free to merge or ping me if you still agree with the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants