From 8cb0216e79979a433b1b74a96aa4ab67b22affb1 Mon Sep 17 00:00:00 2001 From: Clark Kampfe Date: Sun, 26 May 2024 01:02:21 -0500 Subject: [PATCH] forbid unsafe --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index a70997d..7723431 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![forbid(unsafe_code)] //! todo: //! workout the locking scheme for: //! - "regular read" operations (get, etc)