-
-
Notifications
You must be signed in to change notification settings - Fork 485
Closed
Description
I was just having a quick poke through rand_core for #386 and it looks like we could simplify current the serde + serde_derive feature. Instead of creating a new feature called serde1, we could just use the derive feature that serde provides. Was there any other rationale for serde1 besides letting us pull in serde_derive too in the same feature?
It would look something like:
[dependencies.serde]
features = ["derive"]
optional = trueMetadata
Metadata
Assignees
Labels
No labels