diff options
| author | Brian Cully <bjc@kublai.com> | 2019-08-05 09:05:40 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2019-08-05 09:05:40 -0400 |
| commit | e5160f54de029e4a51adf2e4b6a67e2e24757d88 (patch) | |
| tree | fada8965ea0206887939662caf9d44a42d1bcd2a /examples/simple/main.rs | |
| parent | 5fe4d5c69fc6ae821c224e6ed4ddd86c285c5c6b (diff) | |
| download | atsamd-usb-host-e5160f54de029e4a51adf2e4b6a67e2e24757d88.tar.gz atsamd-usb-host-e5160f54de029e4a51adf2e4b6a67e2e24757d88.zip | |
Remove un-needed compiler features from simple example.
Diffstat (limited to 'examples/simple/main.rs')
| -rwxr-xr-x | examples/simple/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/simple/main.rs b/examples/simple/main.rs index 84b5e33..8fbf0ea 100755 --- a/examples/simple/main.rs +++ b/examples/simple/main.rs @@ -1,8 +1,5 @@ #![no_std] #![no_main] -#![feature(const_fn)] -#![feature(const_transmute)] -#![allow(dead_code)] mod logger; mod macros; |
