From a23c5192d77afc9d1529c8b0d95d4de3dcbed608 Mon Sep 17 00:00:00 2001 From: Al-Kindi-0 <82364884+Al-Kindi-0@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:44:36 +0200 Subject: [PATCH] fix misc. nits --- crypto/src/hash/rpo/tests.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/src/hash/rpo/tests.rs b/crypto/src/hash/rpo/tests.rs index a6f7956..a839f3a 100644 --- a/crypto/src/hash/rpo/tests.rs +++ b/crypto/src/hash/rpo/tests.rs @@ -2,9 +2,7 @@ use super::{ ElementHasher, Felt, FieldElement, HashFn, Rpo, RpoDigest256, StarkField, ALPHA, INV_ALPHA, INV_MDS, MDS, STATE_WIDTH, ZERO, }; - use core::convert::TryInto; - use rand_utils::rand_value; #[test]