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
+1 -1
View File
@@ -1,6 +1,6 @@
//! strings implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/strings.h.html
use alloc::Vec;
use alloc::vec::Vec;
use core::ptr;
use platform::types::*;