3
1
Prechádzať zdrojové kódy

Remove unused "use" in subtract test

for a cleaner compile
Ian Goldberg 3 mesiacov pred
rodič
commit
75f59c2be5
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      tests/subtract.rs

+ 0 - 1
tests/subtract.rs

@@ -1,7 +1,6 @@
 #![allow(non_snake_case)]
 use curve25519_dalek::ristretto::RistrettoPoint as G;
 use group::Group;
-use sha2::Sha512;
 use sigma_compiler::*;
 
 #[test]