Realphabetise extern crates.

This commit is contained in:
Isis Lovecruft 2018-12-30 03:41:00 +00:00
parent f6ec28c077
commit 6fea2e1ea0
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -243,17 +243,15 @@
#![warn(rust_2018_idioms)]
#![deny(missing_docs)] // refuse to compile if documentation is missing
extern crate clear_on_drop;
extern crate curve25519_dalek;
extern crate failure;
extern crate rand;
#[cfg(any(feature = "std", test))]
#[macro_use]
extern crate std;
extern crate clear_on_drop;
extern crate curve25519_dalek;
extern crate failure;
extern crate rand;
extern crate sha2;
#[cfg(feature = "serde")]
extern crate serde;