silence unused warning

This commit is contained in:
Dmitriy Ryajov 2023-04-10 14:52:16 -06:00
parent 3cd124d224
commit cce59a4f22
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -1,3 +1,5 @@
#![allow(dead_code)]
use crate::poseidon::hash;
use ruint::{aliases::U256, uint};