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

Eliminate restriction to nightly #1

Open
wants to merge 1 commit into
base: feature/substriber
Choose a base branch
from

Conversation

williamareynolds
Copy link

I just made a few adjustments that makes this library usable in the Stable toolchain. is_some_and is in stable as of rustc 1.77.2, so that feature macro could be removed entirely. Use of the nightly bencher is now blocked behind a feature flag called "nightly".

Thank you for writing this little library! I'm new to Rust myself, so doing all this on my own was daunting. I hope these changes can help others who come along and find trouble with the feature macro like I did. Please let me know if you'd like to see any other changes!

@williamareynolds
Copy link
Author

Apologies, I let my formatter get away from me. I'll get rid of those.

I just made a few adjustments that makes this library usable in the
Stable toolchain. `is_some_and` is in stable as of `rustc` 1.77.2, so
that feature macro could be removed entirely. Use of the nightly bencher
is now blocked behind a feature flag called "nightly".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant