Compile empty on non-redox platforms

This commit is contained in:
Jeremy Soller
2019-07-03 20:12:32 -06:00
parent f8eda5ce1b
commit ea1f9e098b

View File

@@ -1,3 +1,4 @@
#![cfg(target_os = "redox")]
#![feature(asm)]
#![feature(const_fn)]
#![no_std]