Skip to content

no_std support and cargo.toml doc comments #1212

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

Closed
mspiegel opened this issue Jul 17, 2024 · 2 comments
Closed

no_std support and cargo.toml doc comments #1212

mspiegel opened this issue Jul 17, 2024 · 2 comments
Labels

Comments

@mspiegel
Copy link

On the main branch, the Cargo.toml has a paragraph of comments about the 'std' feature. Are those comments up to date? I was able to compile regex 1.10.5 with default-features = false. It seems to be working.

@BurntSushi
Copy link
Member

It's an outdated comment. The crate features are documented in the crate documentation: https://docs.rs/regex/latest/regex/#crate-features

@BurntSushi BurntSushi added the doc label Jul 17, 2024
@mspiegel
Copy link
Author

Thanks. I opened #1213 with a fix and it enables the integration tests for no_std.

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

No branches or pull requests

2 participants