Skip to content

Commit 52552d1

Browse files
committed
Unused import
1 parent 619e839 commit 52552d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

demo/protocol-demo/src/demonstrator.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use hex::ToHex;
2-
use rand_chacha::ChaCha20Rng;
3-
use rand_core::{CryptoRng, RngCore, SeedableRng};
2+
use rand_core::{CryptoRng, RngCore};
43
use serde::{Deserialize, Serialize};
54
use std::collections::HashMap;
65
use std::env;
@@ -483,6 +482,8 @@ pub fn write_artifacts<T: Serialize>(artifact_name: &str, value: &T) {
483482
#[cfg(test)]
484483
mod tests {
485484
use super::*;
485+
use rand_chacha::ChaCha20Rng;
486+
use rand_core::SeedableRng;
486487

487488
fn setup_protocol_parameters() -> ProtocolParameters {
488489
ProtocolParameters {

0 commit comments

Comments
 (0)