diff options
Diffstat (limited to 'examples/rp/src/bin/button.rs')
| -rw-r--r-- | examples/rp/src/bin/button.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/rp/src/bin/button.rs b/examples/rp/src/bin/button.rs index b0c3347f4..c9e99ec23 100644 --- a/examples/rp/src/bin/button.rs +++ b/examples/rp/src/bin/button.rs | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | 3 | #![feature(asm)] |
| 4 | #![feature(min_type_alias_impl_trait)] | ||
| 5 | #![feature(impl_trait_in_bindings)] | ||
| 6 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 7 | #![allow(incomplete_features)] | 5 | #![allow(incomplete_features)] |
| 8 | 6 | ||
