shred
shred copied to clipboard
Enable new lints for improving unsafe usage
#![warn(
clippy::missing_safety_doc,
clippy::multiple_unsafe_ops_per_block,
clippy::undocumented_unsafe_blocks
)]