diff --git a/src/commands/verify_program.rs b/src/commands/verify_program.rs index 1f35cc9..76d994d 100644 --- a/src/commands/verify_program.rs +++ b/src/commands/verify_program.rs @@ -1,7 +1,7 @@ pub fn run
(program_path: P, specification_path: P, proof_direction:
crate::problem::ProofDirection)
where
- P: AsRef