Skip to content

Commit 05a3a6b

Browse files
committed
fix(rustup): fix unused_feature warning in example server
1 parent 3bf4c5e commit 05a3a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(core, io)]
1+
#![feature(io)]
22
extern crate hyper;
33
#[macro_use] extern crate log;
44

0 commit comments

Comments
 (0)