30461d091c
Fixes the following clippy warning: warning: duplicated attribute --> proxmox-acme/src/lib.rs:42:7 | 42 | #[cfg(feature = "impl")] | ^^^^^^^^^^^^^^^^ | note: first defined here --> proxmox-acme/src/lib.rs:41:7 | 41 | #[cfg(feature = "impl")] | ^^^^^^^^^^^^^^^^ help: remove this attribute --> proxmox-acme/src/lib.rs:42:7 | 42 | #[cfg(feature = "impl")] | ^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes = note: `#[warn(clippy::duplicated_attributes)]` on by default Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>