Skip to content

Allow deriving for no-std targets#22

Merged
bors[bot] merged 3 commits into
rust-num:masterfrom
cuviper:no-std
Jan 26, 2019
Merged

Allow deriving for no-std targets#22
bors[bot] merged 3 commits into
rust-num:masterfrom
cuviper:no-std

Conversation

@cuviper

@cuviper cuviper commented Jan 25, 2019

Copy link
Copy Markdown
Member

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

cuviper commented Jan 25, 2019

Copy link
Copy Markdown
Member Author

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 <cuviper@gmail.com>
@bors

bors Bot commented Jan 26, 2019

Copy link
Copy Markdown
Contributor

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