Not needed anymore with patched Xargo
@ -1,9 +1,6 @@
#![crate_type = "rlib"]
#![crate_name = "ctru"]
// Temporary workaround for a Xargo(?) issue
#![feature(rustc_private)]
#[macro_use]
extern crate bitflags;
extern crate widestring;