Remove "benches" feature

Now benches just live with the rest of the code in the default feature.
This commit is contained in:
Paul Hauner
2018-09-30 16:09:07 +09:30
parent 29ed29cfc3
commit b426c9e724
2 changed files with 2 additions and 3 deletions

View File

@@ -36,6 +36,3 @@ ring = { git = "https://github.com/paritytech/ring" }
[[bin]]
path = "lighthouse/main.rs"
name = "lighthouse"
[features]
benches = []