Explorar o código

Use no_std in inttypes (whoops)

jD91mZM2 %!s(int64=6) %!d(string=hai) anos
pai
achega
9c01673422
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/inttypes/src/lib.rs

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

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