소스 검색

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;