Skip to content

Commit a22137f

Browse files
committed
Disable warning.
1 parent 7676b67 commit a22137f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![no_std]
22
#![feature(vec_into_raw_parts)]
3+
#![allow(internal_features)]
34
#![feature(core_intrinsics)]
45
#![feature(error_in_core)]
56
#![feature(assert_matches)]

0 commit comments

Comments
 (0)