diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,11 +1,8 @@ -#![feature(core)] #![feature(no_std)] #![no_std] #![crate_type = "rlib"] #![crate_name = "ctru"] -extern crate core; - pub mod raw; pub type Result = i32; |