Skip to content

Commit 104d490

Browse files
committed
fix(benches): removed unused features
* 'io' and 'net'
1 parent 8181de2 commit 104d490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benches/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(warnings)]
2-
#![feature(collections, io, net, test)]
2+
#![feature(collections, test)]
33
extern crate hyper;
44

55
extern crate test;

benches/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(warnings)]
2-
#![feature(net, test)]
2+
#![feature(test)]
33
extern crate hyper;
44
extern crate test;
55

0 commit comments

Comments
 (0)