diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2024-12-07 07:56:29 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2024-12-07 07:56:29 -0300 |
commit | 00b227eab566335f4bf65f2bb0ba392405fe9abb (patch) | |
tree | 0cd502402dcda5e07f2cd3406d10add6e13e2024 /src/lib.rs | |
parent | c12eb456be7cf5e183ef2b34812060ee2ed08a8a (diff) |
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>. #![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! //! |