aboutsummaryrefslogtreecommitdiff
path: root/spake2/tests
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-12-06 11:48:10 -0800
committerBrian Warner <warner@lothar.com>2018-12-06 15:00:20 -0800
commit59203944db2c9c1f1e0ee19c721633c637ec40b2 (patch)
tree921dcbceafb3da66fe41b0165f0346803d1ed457 /spake2/tests
parentdcf4842af1070da895f3b458e6fe620ee584d0e7 (diff)
downloadPAKEs-59203944db2c9c1f1e0ee19c721633c637ec40b2.tar.xz
update spake2 to edition-2018
Diffstat (limited to 'spake2/tests')
-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]