mirror of
https://github.com/telemt/telemt.git
synced 2026-07-09 13:30:22 +03:00
Rustfmt
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
use criterion::{Criterion, criterion_group, criterion_main};
|
use criterion::{Criterion, criterion_group, criterion_main};
|
||||||
use std::hint::black_box;
|
use std::hint::black_box;
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
|
||||||
#[path = "../src/error.rs"]
|
|
||||||
mod error;
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
#[path = "../src/crypto/aes.rs"]
|
#[path = "../src/crypto/aes.rs"]
|
||||||
mod aes_impl;
|
mod aes_impl;
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
#[path = "../src/error.rs"]
|
||||||
|
mod error;
|
||||||
|
|
||||||
use aes_impl::AesCtr;
|
use aes_impl::AesCtr;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user