Make parse feature the default

This commit is contained in:
2020-03-12 21:05:58 +01:00
parent 19e70a90c5
commit 2907d10148

View File

@@ -16,4 +16,5 @@ edition = "2018"
nom = {version = "5.1", optional = true}
[features]
default = ["parse"]
parse = ["nom"]