From 42728f6197b5d1b8702d5814a8e113840f547e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Wed, 31 Jul 2024 19:04:28 +0300 Subject: [PATCH] temporarily allow unused macros --- aes/src/macros.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aes/src/macros.rs b/aes/src/macros.rs index b223add8..98f19420 100644 --- a/aes/src/macros.rs +++ b/aes/src/macros.rs @@ -1,3 +1,5 @@ +// TODO: remove this allow after migration of the soft backend +#[allow(unused_macros)] macro_rules! impl_backends { ( enc_name = $enc_name:ident,