fix warnings
This commit is contained in:
parent
5d40fa7083
commit
6a524cec69
1 changed files with 1 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue