diff options
| author | Fenrir <[email protected]> | 2016-10-15 00:26:26 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2016-10-15 00:26:40 -0700 |
| commit | 1a4c4915d5d9bb608096b0b7287fd8742375bcf6 (patch) | |
| tree | f0a057a0ea5a89c24302b915b6232cced8edc832 /ctru-sys/src/lib.rs | |
| parent | Remove libc OS error functions (diff) | |
| download | ctru-rs-1a4c4915d5d9bb608096b0b7287fd8742375bcf6.tar.xz ctru-rs-1a4c4915d5d9bb608096b0b7287fd8742375bcf6.zip | |
Fix deprecation and stablization warnings
The question mark feature was stablized and the Reflect marker trait was deprecated
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 b3cbfcb..d3cb2f3 100644 --- a/ctru-sys/src/lib.rs +++ b/ctru-sys/src/lib.rs @@ -6,7 +6,6 @@ */ #![no_std] -#![feature(question_mark)] #![allow(non_camel_case_types, non_snake_case, overflowing_literals)] pub mod console; |