From e26ba5015ccb6dcdecf6c8e83054c5fc5e993110 Mon Sep 17 00:00:00 2001 From: Tim Satke <48135919+tsatke@users.noreply.github.com> Date: Mon, 28 Mar 2022 08:49:50 +0200 Subject: [PATCH] remove unknown nightly feature 'const_ptr_offset' --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 01ad3b4..12007e3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -60,7 +60,6 @@ #![no_std] #![warn(missing_docs)] -#![cfg_attr(feature = "nightly", feature(const_ptr_offset))] #![cfg_attr(docsrs, feature(doc_cfg))] #[cfg(not(any(feature = "stable", feature = "nightly")))]