fix(benches): removed unused features

* 'io' and 'net'
This commit is contained in:
Sebastian Thiel
2015-03-20 10:43:18 +01:00
parent 8181de253a
commit 104d49036f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#![deny(warnings)]
#![feature(net, test)]
#![feature(test)]
extern crate hyper;
extern crate test;