Upgrade to the 2018 edition

I didn't think it'd be this useful first, but thank god for `cargo fix --edition`!
This commit is contained in:
jD91mZM2
2019-07-28 18:13:31 +02:00
parent 72c2f59f17
commit c7d499d4f2
113 changed files with 377 additions and 376 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
//! assert implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/assert.h.html
use c_str::CStr;
use crate::c_str::CStr;
use core::fmt::Write;
use header::{stdio, stdlib};
use platform::types::*;
use crate::header::{stdio, stdlib};
use crate::platform::types::*;
#[no_mangle]
pub unsafe extern "C" fn __assert_fail(