diff --git a/proxmox-acme/src/lib.rs b/proxmox-acme/src/lib.rs index b0374ecd..692691bf 100644 --- a/proxmox-acme/src/lib.rs +++ b/proxmox-acme/src/lib.rs @@ -39,7 +39,6 @@ pub mod directory; #[cfg(feature = "impl")] pub mod error; #[cfg(feature = "impl")] -#[cfg(feature = "impl")] pub mod order; #[cfg(feature = "impl")]