aboutsummaryrefslogtreecommitdiff
path: root/spake2/tests/mod.rs
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-12-20 16:01:37 -0500
committerBrian Warner <warner@lothar.com>2018-12-20 16:01:37 -0500
commitaa9674bbc150bac4352b80382724daf052072c8c (patch)
tree30f75541594804731da4ff06b1fdefaed334551b /spake2/tests/mod.rs
parentbd19c404c6a6f316871518ace644d8ef871afc61 (diff)
parent3711fa0839f0013a2ac545c8356602d2c51e1ea8 (diff)
downloadPAKEs-aa9674bbc150bac4352b80382724daf052072c8c.tar.xz
Merge branch 'edition-2018'
Diffstat (limited to 'spake2/tests/mod.rs')
-rw-r--r--spake2/tests/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/spake2/tests/mod.rs b/spake2/tests/mod.rs
index e85a9b6..07ba946 100644
--- a/spake2/tests/mod.rs
+++ b/spake2/tests/mod.rs
@@ -1,5 +1,3 @@
-extern crate spake2;
-
use spake2::{Ed25519Group, ErrorType, Identity, Password, SPAKEErr, SPAKE2};
#[test]