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

Fixes compile error caused by Flag without serde #159

Merged
merged 1 commit into from Aug 23, 2021

Conversation

xd009642
Copy link
Contributor

If the serde feature isn't enabled then Flag doesn't exist and the crate doesn't compile successfully. This PR fixes it by applying the same feature requirement on the public reexport of Flag in the mod.rs

If the serde feature isn't enabled then Flag doesn't exist and the crate
doesn't compile successfully
@xd009642
Copy link
Contributor Author

@meh wondering if this could be looked at in the near future

@netcrns netcrns merged commit dde0482 into meh:master Aug 23, 2021
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.

None yet

2 participants