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-17 12:24:24 +02:00
parent 5d40fa7083
commit 6a524cec69

View file

@ -1,9 +1,7 @@
use fs_extra::copy_items;
use fs_extra::dir::CopyOptions;
use std::env;
use std::fs::File;
use std::io::{BufWriter, Write};
use std::path::{Path, PathBuf};
use std::path::Path;
use zokrates_test::write_tests;
fn main() {