Преглед на файлове

Use no_std in inttypes (whoops)

jD91mZM2 преди 6 години
родител
ревизия
9c01673422
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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;