Remove vestigial debug features from various crates

This commit is contained in:
Mark McCaskey
2020-01-14 12:52:39 -08:00
parent 12f7416a85
commit 286e5db370
13 changed files with 10 additions and 19 deletions

View File

@ -50,7 +50,5 @@ rustc_version = "0.2"
cc = "1.0"
[features]
debug = []
trace = ["debug"]
managed = []
deterministic-execution = ["wasmparser/deterministic"]