From fadf3565703297455276cc6331bbe01057a8b683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 1 Jan 2024 10:15:08 +0100 Subject: [PATCH] Allow the unused AccountDeactivation import --- acmed/src/acme_proto/structs.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/acmed/src/acme_proto/structs.rs b/acmed/src/acme_proto/structs.rs index cd64ea9..6473d97 100644 --- a/acmed/src/acme_proto/structs.rs +++ b/acmed/src/acme_proto/structs.rs @@ -18,6 +18,7 @@ mod directory; mod error; mod order; +#[allow(unused_imports)] pub use account::{ Account, AccountDeactivation, AccountKeyRollover, AccountResponse, AccountUpdate, };