cargo fix --edition-idioms for pairing

This commit is contained in:
Eirik Ogilvie-Wigley
2019-08-20 22:16:40 -06:00
parent 07c690cf73
commit 9807a5c1cc
5 changed files with 14 additions and 15 deletions

View File

@@ -11,13 +11,12 @@
// Force public structures to implement Debug
#![deny(missing_debug_implementations)]
extern crate byteorder;
extern crate ff;
extern crate group;
extern crate rand_core;
#[cfg(test)]
extern crate rand_xorshift;
#[cfg(test)]
pub mod tests;