Remove std feature from cranelift-entity

This commit is contained in:
bjorn3
2019-09-28 15:46:03 +02:00
committed by Dan Gohman
parent d25e611946
commit a114423d0a
13 changed files with 20 additions and 32 deletions

View File

@@ -15,9 +15,6 @@ edition = "2018"
serde = { version = "1.0.94", features = ["derive"], optional = true }
[features]
default = ["std"]
std = []
core = []
enable-serde = ["serde"]
[badges]