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:
Wolfgang Bumiller 2024-07-11 10:29:18 +02:00
parent cbc30882e7
commit 3dde52e5ce

View File

@ -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,