From 15fb4404065d41d9322e97e38b71b9ec4f688d8f Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 24 Nov 2020 02:48:38 +0100 Subject: [PATCH] cleaning code --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 567587eb2..02aaf0986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,9 +81,9 @@ path = "src/eq.rs" name = "basic" path = "src/basic_minimal.rs" -[[bin]] -name = "vmtest" -path = "src/vmtest.rs" +#[[bin]] +#name = "vmtest" +#path = "src/vmtest.rs" [[bin]] name = "jubjub-old"