From e37524899eef8a0034faee35cef4bbf1ba779a7d Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 30 May 2025 14:44:48 -1300 Subject: formatting: merge imports --- azalea-crypto/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea-crypto/src/lib.rs') diff --git a/azalea-crypto/src/lib.rs b/azalea-crypto/src/lib.rs index b087c426..4f780431 100644 --- a/azalea-crypto/src/lib.rs +++ b/azalea-crypto/src/lib.rs @@ -2,10 +2,9 @@ mod signing; -use aes::cipher::inout::InOutBuf; use aes::{ Aes128, - cipher::{BlockDecryptMut, BlockEncryptMut, KeyIvInit}, + cipher::{BlockDecryptMut, BlockEncryptMut, KeyIvInit, inout::InOutBuf}, }; use rand::{RngCore, rngs::OsRng}; use sha1::{Digest, Sha1}; -- cgit v1.2.3