Skip to content

Commit

Permalink
fix(benches): removed unused features
Browse files Browse the repository at this point in the history
* 'io' and 'net'
  • Loading branch information
Byron committed Mar 20, 2015
1 parent 8181de2 commit 104d490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benches/client.rs
@@ -1,5 +1,5 @@
#![deny(warnings)]
#![feature(collections, io, net, test)]
#![feature(collections, test)]
extern crate hyper;

extern crate test;
Expand Down
2 changes: 1 addition & 1 deletion benches/server.rs
@@ -1,5 +1,5 @@
#![deny(warnings)]
#![feature(net, test)]
#![feature(test)]
extern crate hyper;
extern crate test;

Expand Down

0 comments on commit 104d490

Please sign in to comment.