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

Update command in chapter 8 #517

Merged
merged 1 commit into from
May 1, 2024
Merged

Update command in chapter 8 #517

merged 1 commit into from
May 1, 2024

Conversation

YouSafe
Copy link
Contributor

@YouSafe YouSafe commented May 1, 2024

While trying to run tests with the debug feature using the tutorial's command, I encountered an error:

$ cargo test --features debug
error: none of the selected packages contains these features: debug

After some investigation and learning how features in cargo work, I found that using cargo test --features winnow/debug resolved the issue. I recommend updating the tutorial to include this command to avoid future confusion for other users.

@epage
Copy link
Collaborator

epage commented May 1, 2024

Thanks!

@epage epage merged commit 4617b91 into winnow-rs:main May 1, 2024
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.

2 participants