From 00b227eab566335f4bf65f2bb0ba392405fe9abb Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 7 Dec 2024 07:56:29 -0300 Subject: Release 2.4.0-pre1 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 0ef9354..2602407 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,7 @@ // along with this program. If not, see . #![cfg_attr(feature="nightly_tests", feature(c_variadic))] -#![deny(unsafe_op_in_unsafe_fn)] +//#![deny(unsafe_op_in_unsafe_fn)] //! Write hexchat plugins in Rust! //! -- cgit 1.4.1