Skip to content

Commit

Permalink
Merge #628
Browse files Browse the repository at this point in the history
628: if use_std is enabled, also enable either/use_std r=jswrenn a=sunshowers

I've been using either through itertools, and I'd love to have `either/use_std` enabled if `use_std` is enabled.

Co-authored-by: Rain <rain@sunshowers.io>
  • Loading branch information
bors[bot] and sunshowers committed Jul 5, 2022
2 parents 5459a26 + 79c82e9 commit deae58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -40,7 +40,7 @@ version = "0.2"

[features]
default = ["use_std"]
use_std = ["use_alloc"]
use_std = ["use_alloc", "either/use_std"]
use_alloc = []

[profile]
Expand Down

0 comments on commit deae58e

Please sign in to comment.