Browse Source

Remove rustc_private workaround

Not needed anymore with patched Xargo
pull/10/head
Fenrir 8 years ago
parent
commit
c5bbf130b3
  1. 3
      ctru-rs/src/lib.rs

3
ctru-rs/src/lib.rs

@ -1,9 +1,6 @@ @@ -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;

Loading…
Cancel
Save