Browse Source

Allow the unused AccountDeactivation import

pull/113/head
Rodolphe Bréard 5 months ago
parent
commit
fadf356570
  1. 1
      acmed/src/acme_proto/structs.rs

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

Loading…
Cancel
Save