schema: deny unsafe_op_in_unsafe_fn
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
efe492034e
commit
28c0ede638
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user