Skip to content

Commit

Permalink
Remove extern in src/constants.rs (#421)
Browse files Browse the repository at this point in the history
We try to keep all externs to either bin/cernan.rs or src/lib.rs.
This commit removes an extern inside of the cernan library.

Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
  • Loading branch information
blt authored Feb 28, 2018
1 parent 68a63bb commit a14146e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Library level constants
extern crate mio;
use mio;

/// MIO token used to distinguish system events
/// from other event sources.
Expand Down

0 comments on commit a14146e

Please sign in to comment.