1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

fix warning

This commit is contained in:
schaeff 2020-05-20 15:52:42 +02:00
parent 1bd5c06b64
commit 9e18975e84

View file

@ -17,7 +17,6 @@ use std::fmt;
use std::io;
use std::path::PathBuf;
use typed_absy::abi::Abi;
use typed_absy::TypedProgram;
use typed_arena::Arena;
use zir::ZirProgram;
use zokrates_common::Resolver;