Do not require transpose_result, it is now stable

This commit is contained in:
Jeremy Soller
2019-04-07 10:51:41 -06:00
parent b07c481b4a
commit a5c19c54de

View File

@@ -1,7 +1,5 @@
#![deny(warnings)]
#![feature(asm)]
#![feature(const_fn)]
#![feature(transpose_result)]
#![no_std]
pub use self::arch::*;