Skip to content

Commit 46f1afc

Browse files
committed
Allow nightly + internal_features
1 parent 948b737 commit 46f1afc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//! [CppCon talk]: https://www.youtube.com/watch?v=ncHmEUmJZf4
1111
1212
#![no_std]
13+
#![cfg_attr(feature = "nightly", allow(internal_features))]
1314
#![cfg_attr(
1415
feature = "nightly",
1516
feature(

0 commit comments

Comments
 (0)