diff --git a/proxmox-acme/src/lib.rs b/proxmox-acme/src/lib.rs index 5f63806e..df722629 100644 --- a/proxmox-acme/src/lib.rs +++ b/proxmox-acme/src/lib.rs @@ -12,6 +12,7 @@ //! The [`Account`] helper supports RSA and ECC keys and provides most of the API methods. #![deny(missing_docs)] +#![deny(unsafe_code)] #![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] #[cfg(feature = "api-types")]