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, };