diff options
Diffstat (limited to 'ctru-sys/src/lib.rs')
| -rw-r--r-- | ctru-sys/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctru-sys/src/lib.rs b/ctru-sys/src/lib.rs index 4b40a5c..274d43b 100644 --- a/ctru-sys/src/lib.rs +++ b/ctru-sys/src/lib.rs @@ -3,7 +3,6 @@ #![allow(non_snake_case)] #![feature(const_fn)] -#![feature(untagged_unions)] #![no_std] |