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

Allow deriving for no-std targets #22

Merged
merged 3 commits into from
Jan 26, 2019
Merged

Allow deriving for no-std targets #22

merged 3 commits into from
Jan 26, 2019

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Jan 25, 2019

By pulling in num-traits as a direct dependency, we corrupt the
feature selection for anybody using num-derive too, which makes it
impossible to use on no-std targets. We really only need it for testing
as a dev-dependency though.

By pulling in `num-traits` as a direct dependency, we corrupt the
feature selection for anybody using `num-derive` too, which makes it
impossible to use on no-std targets. We really only need it for testing
as a dev-dependency though.
@cuviper
Copy link
Member Author

cuviper commented Jan 25, 2019

bors r+

bors bot added a commit that referenced this pull request Jan 25, 2019
22: Allow deriving for no-std targets r=cuviper a=cuviper

By pulling in `num-traits` as a direct dependency, we corrupt the
feature selection for anybody using `num-derive` too, which makes it
impossible to use on no-std targets. We really only need it for testing
as a dev-dependency though.

Co-authored-by: Josh Stone <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jan 26, 2019

Build succeeded

@bors bors bot merged commit f9c3497 into rust-num:master Jan 26, 2019
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.

1 participant