Format with group_imports=StdExternalCrate

This commit is contained in:
Alex Konradi
2024-08-28 14:52:47 -04:00
committed by GitHub
parent cbb649d07c
commit a54e6b5b33
219 changed files with 586 additions and 659 deletions

View File

@@ -3,11 +3,10 @@
// SPDX-License-Identifier: AGPL-3.0-only
//
use libsignal_protocol_current::*;
use std::time::SystemTime;
use futures_util::FutureExt;
use libsignal_protocol_current::*;
use rand::{thread_rng, Rng};
fn address(id: &str) -> ProtocolAddress {

View File

@@ -5,7 +5,6 @@
use futures_util::FutureExt;
use libsignal_protocol_v12::*;
use rand_v7::{thread_rng, Rng};
fn address(id: &str) -> ProtocolAddress {

View File

@@ -5,7 +5,6 @@
use futures_util::FutureExt;
use libsignal_protocol_v21::*;
use rand_v7::{thread_rng, Rng};
fn address(id: &str) -> ProtocolAddress {