mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Run rustfmt on src/lib.rs.
This commit is contained in:
parent
ad49d31bbc
commit
fa726cfdcc
1 changed files with 1 additions and 1 deletions
|
|
@ -251,9 +251,9 @@ extern crate clear_on_drop;
|
|||
extern crate curve25519_dalek;
|
||||
extern crate failure;
|
||||
extern crate rand;
|
||||
extern crate sha2;
|
||||
#[cfg(feature = "serde")]
|
||||
extern crate serde;
|
||||
extern crate sha2;
|
||||
|
||||
mod constants;
|
||||
mod ed25519;
|
||||
|
|
|
|||
Loading…
Reference in a new issue