From 6235ccc930baf41cca04db4a77fdc5aca38e3031 Mon Sep 17 00:00:00 2001 From: slightlyoutofphase Date: Sun, 4 Sep 2022 16:00:05 -0400 Subject: [PATCH] Again remove now-stable feature gate flag --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a0da5c5..153b016 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -42,7 +42,6 @@ const_mut_refs, const_precise_live_drops, const_ptr_is_null, - const_ptr_offset_from, const_ptr_read, const_ptr_write, // this should be called `const_interior_mutability` IMO