Skip to content

Commit

Permalink
Fix warnings of rust 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed May 15, 2016
1 parent 02a9c47 commit 7266a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//!
#![crate_name="rotor"]

extern crate void as void_original;
extern crate mio as mio_original;
pub extern crate void as void_original;
pub extern crate mio as mio_original;
#[macro_use] extern crate log;
#[macro_use] extern crate quick_error;

Expand Down

0 comments on commit 7266a2e

Please sign in to comment.