Skip to content

Commit

Permalink
fix(rustup): fix unused_feature warning in example server
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Feb 2, 2015
1 parent 3bf4c5e commit 05a3a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(core, io)]
#![feature(io)]
extern crate hyper;
#[macro_use] extern crate log;

Expand Down

0 comments on commit 05a3a6b

Please sign in to comment.