mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 00:26:33 +00:00
Remove with-serde in favor of just 'serde'
https://rust-lang-nursery.github.io/api-guidelines/naming.html#feature-names-are-free-of-placeholder-words-c-feature
This commit is contained in:
@ -26,4 +26,3 @@ default = []
|
||||
dev = ["clippy"]
|
||||
ipv6-iterator = []
|
||||
ipv6-methods = []
|
||||
with-serde = ["serde", "serde_derive"]
|
||||
|
Reference in New Issue
Block a user