Update to new rust-toolchain

This commit is contained in:
Jeremy Soller
2018-11-07 20:25:21 -07:00
parent d88f4053ea
commit 39b999ccea
39 changed files with 69 additions and 2776 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
use alloc::String;
use alloc::Vec;
use alloc::string::String;
use alloc::vec::Vec;
use io::Read;
use platform::types::*;
use va_list::VaList;