This commit is contained in:
Daniel Lubarov 2022-11-17 12:49:19 -08:00
parent 0ed92ab878
commit af2349e924

View File

@ -288,6 +288,9 @@ pub fn branch_hint() {
#[cfg(test)]
mod tests {
use alloc::vec;
use alloc::vec::Vec;
use rand::rngs::OsRng;
use rand::Rng;