소스 검색

Remove unused "use" in subtract test

for a cleaner compile
Ian Goldberg 7 달 전
부모
커밋
75f59c2be5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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]