aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 70de26c..f082bf9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,5 @@
-#![no_std]
#![feature(lang_items, alloc, collections, slice_concat_ext, macro_reexport, allow_internal_unstable)]
+#![no_std]
#![crate_type = "rlib"]
#![crate_name = "ctru"]
@@ -8,8 +8,6 @@ extern crate alloc;
extern crate collections;
extern crate ctru_sys as libctru;
-#[macro_use]
-extern crate rcstring;
pub mod console;
pub mod srv;