Skip to content

Commit 11a6d9a

Browse files
committed
allow internal_features, added in rust-lang/rust#108955
1 parent 7157412 commit 11a6d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#![no_builtins]
1515
#![no_std]
1616
#![allow(unused_features)]
17+
#![allow(internal_features)]
1718
// We use `u128` in a whole bunch of places which we currently agree with the
1819
// compiler on ABIs and such, so we should be "good enough" for now and changes
1920
// to the `u128` ABI will be reflected here.

0 commit comments

Comments
 (0)