schema: deny unsafe_op_in_unsafe_fn

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-12-16 10:17:41 +01:00
parent efe492034e
commit 28c0ede638

View File

@ -6,6 +6,8 @@
//! possible to use schema definitions to derive configuration file
//! parsers.
#![deny(unsafe_op_in_unsafe_fn)]
#[cfg(feature = "api-macro")]
pub use proxmox_api_macro::api;