~whynothugo/vdirsyncer-rs

9bcde50e53265800c49616779c8cb4f4bc946794 — Hugo Osvaldo Barrera 2 months ago 0973eac
Forbid unsafe code in vstorage

It doesn't seem that we'll need any for this crate
1 files changed, 1 insertions(+), 0 deletions(-)

M vstorage/src/lib.rs
M vstorage/src/lib.rs => vstorage/src/lib.rs +1 -0
@@ 4,6 4,7 @@
#![deny(clippy::pedantic)]
#![deny(clippy::unwrap_used)]
#![allow(clippy::module_name_repetitions)]
#![forbid(unsafe_code)]

//! Implementation of a common API for reading and writing items on different underlying
//! storage implementations.