Skip to content

Commit 9d5cd8f

Browse files
committed
Sort extern crates
1 parent 91e6e78 commit 9d5cd8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
#![feature(plugin, unsafe_destructor, collections, io, core, path, std_misc)]
5555
#![warn(missing_docs)]
5656

57+
extern crate byteorder;
5758
#[macro_use]
5859
extern crate log;
5960
extern crate openssl;
@@ -62,7 +63,6 @@ extern crate phf;
6263
extern crate phf_macros;
6364
extern crate "rustc-serialize" as serialize;
6465
extern crate time;
65-
extern crate byteorder;
6666

6767
use openssl::crypto::hash::{self, Hasher};
6868
use openssl::ssl::{SslContext, MaybeSslStream};

0 commit comments

Comments
 (0)