diff options
| author | Vivian Lim <[email protected]> | 2021-02-01 23:16:34 -0800 |
|---|---|---|
| committer | Vivian Lim <[email protected]> | 2021-02-01 23:16:34 -0800 |
| commit | 2a6973571c5c1c4507831580868fe3afae650f8b (patch) | |
| tree | 273ca6657e579a5b3e0878f46ed3f32a32d1e527 /ctru-sys/src | |
| parent | Actually fix every instance of `Qwerty` this time (diff) | |
| download | ctru-rs-2a6973571c5c1c4507831580868fe3afae650f8b.tar.xz ctru-rs-2a6973571c5c1c4507831580868fe3afae650f8b.zip | |
local changes
Diffstat (limited to 'ctru-sys/src')
| -rw-r--r-- | ctru-sys/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctru-sys/src/lib.rs b/ctru-sys/src/lib.rs index 274d43b..81f3a12 100644 --- a/ctru-sys/src/lib.rs +++ b/ctru-sys/src/lib.rs @@ -3,6 +3,7 @@ #![allow(non_snake_case)] #![feature(const_fn)] +#![feature(rustc_private)] #![no_std] |