diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-04 19:48:14 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-08-04 19:48:14 +0200 |
| commit | 07d4b196f718038b34091f4520b440fcf41e9ece (patch) | |
| tree | 97142333d75c816f5368346068086f0ba80a219f /examples/stm32l4/src/bin/button.rs | |
| parent | 9bd34429f3366dd7ac52f85064af5899bd3296f3 (diff) | |
Update nightly, remove removed features.
Diffstat (limited to 'examples/stm32l4/src/bin/button.rs')
| -rw-r--r-- | examples/stm32l4/src/bin/button.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/stm32l4/src/bin/button.rs b/examples/stm32l4/src/bin/button.rs index 5bebfae7f..e2756b711 100644 --- a/examples/stm32l4/src/bin/button.rs +++ b/examples/stm32l4/src/bin/button.rs | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(trait_alias)] | 3 | #![feature(trait_alias)] |
| 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 | ||
