From 46f1afcf817d31de64f9e3ac000325a0c5ff4503 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Fri, 9 Feb 2024 22:29:09 -0500 Subject: [PATCH] Allow nightly + internal_features --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 6e9592abe..14aa246eb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,6 +10,7 @@ //! [CppCon talk]: https://www.youtube.com/watch?v=ncHmEUmJZf4 #![no_std] +#![cfg_attr(feature = "nightly", allow(internal_features))] #![cfg_attr( feature = "nightly", feature(