acme: deny(unsafe_code)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-10-02 12:49:16 +02:00
parent f298ed6aec
commit b52b3739be

View File

@ -12,6 +12,7 @@
//! The [`Account`] helper supports RSA and ECC keys and provides most of the API methods. //! The [`Account`] helper supports RSA and ECC keys and provides most of the API methods.
#![deny(missing_docs)] #![deny(missing_docs)]
#![deny(unsafe_code)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] #![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#[cfg(feature = "api-types")] #[cfg(feature = "api-types")]