Minor: unused import warning (#304)

This commit is contained in:
Jakub Nabaglo 2021-10-13 16:20:17 -07:00 committed by GitHub
parent 0f7be8b221
commit ff3f0891bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ use std::mem::size_of;
use crate::field::field_types::Field;
use crate::field::goldilocks_field::GoldilocksField;
use crate::hash::poseidon::{Poseidon, ALL_ROUND_CONSTANTS, HALF_N_FULL_ROUNDS, N_PARTIAL_ROUNDS};
use crate::hash::poseidon::{ALL_ROUND_CONSTANTS, HALF_N_FULL_ROUNDS, N_PARTIAL_ROUNDS};
const WIDTH: usize = 12;