2
0
Эх сурвалжийг харах

Use no_std in inttypes (whoops)

jD91mZM2 6 жил өмнө
parent
commit
9c01673422

+ 2 - 0
src/inttypes/src/lib.rs

@@ -1,3 +1,5 @@
+#![no_std]
+
 #[macro_use] extern crate stdlib;
 extern crate ctype;
 extern crate errno;