From a6dc5ea691d23f25269908344e692c0f22d3f207 Mon Sep 17 00:00:00 2001 From: jugeeya <jugeeya@live.com> Date: Wed, 13 Dec 2023 17:19:48 -0800 Subject: [PATCH] More fixes --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 8890177..872e8b0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,6 +3,7 @@ #![feature(const_mut_refs)] #![feature(exclusive_range_pattern)] #![feature(c_variadic)] +#[allow(stable_features)] #![feature(pointer_byte_offsets)] #![allow( clippy::borrow_interior_mutable_const,