mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-01 20:17:28 +02:00
Format with group_imports=StdExternalCrate
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
|
||||
use futures_util::FutureExt;
|
||||
use libsignal_protocol_v12::*;
|
||||
|
||||
use rand_v7::{thread_rng, Rng};
|
||||
|
||||
fn address(id: &str) -> ProtocolAddress {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
|
||||
use futures_util::FutureExt;
|
||||
use libsignal_protocol_v21::*;
|
||||
|
||||
use rand_v7::{thread_rng, Rng};
|
||||
|
||||
fn address(id: &str) -> ProtocolAddress {
|
||||
|
||||
Reference in New Issue
Block a user