1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

fix warnings

This commit is contained in:
schaeff 2019-09-18 10:58:38 +02:00
parent 92a9695974
commit 87597bd3b1
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
use std::path::Path;
use zokrates_test::write_tests;
fn main() {

View file

@ -1,7 +1,6 @@
use fs_extra::copy_items;
use fs_extra::dir::CopyOptions;
use std::env;
use std::path::Path;
use zokrates_test::write_tests;
fn main() {