浏览代码

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;