diff --git a/proxmox-acme-api/src/lib.rs b/proxmox-acme-api/src/lib.rs index ac1d8471..532cce80 100644 --- a/proxmox-acme-api/src/lib.rs +++ b/proxmox-acme-api/src/lib.rs @@ -1,6 +1,4 @@ //! ACME API crate (API types and API implementation) - -#[cfg(feature = "api-types")] pub mod types; #[cfg(feature = "impl")]