forked from Proxmox/proxmox
log: deny(unsafe_op_in_unsafe_fn) and feature(doc_cfg)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
cbc30882e7
commit
3dde52e5ce
@ -1,3 +1,6 @@
|
||||
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
|
||||
use std::{
|
||||
cell::{Cell, RefCell},
|
||||
env,
|
||||
|
Loading…
Reference in New Issue
Block a user