[#476] set imports granularity

This commit is contained in:
Danny McClanahan
2022-06-27 04:29:46 -04:00
committed by Jordan Rose
parent ec3c2d32bc
commit c8b81c9585
43 changed files with 109 additions and 160 deletions

View File

@@ -4,7 +4,8 @@
//
use libsignal_protocol::*;
use rand::{rngs::OsRng, CryptoRng, Rng};
use rand::rngs::OsRng;
use rand::{CryptoRng, Rng};
pub fn test_in_memory_protocol_store() -> Result<InMemSignalProtocolStore, SignalProtocolError> {
let mut csprng = OsRng;