We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7157412 commit 11a6d9aCopy full SHA for 11a6d9a
src/lib.rs
@@ -14,6 +14,7 @@
14
#![no_builtins]
15
#![no_std]
16
#![allow(unused_features)]
17
+#![allow(internal_features)]
18
// We use `u128` in a whole bunch of places which we currently agree with the
19
// compiler on ABIs and such, so we should be "good enough" for now and changes
20
// to the `u128` ABI will be reflected here.
0 commit comments