diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-09-03 17:00:58 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-09-03 17:00:58 +0200 |
| commit | de016e845655fe7a8637c9a545e4074e7bd6dbfc (patch) | |
| tree | 38c7413261ca5058c1d54810b142b7db09ad3ac4 /examples/stm32g0/src/bin/button_exti.rs | |
| parent | 65bceafa6839b92dd5e4487485f687bdf4b42733 (diff) | |
Remove trait_alias, allow(incomplete_features).
trait_alias seems unused. no idea why it's there.
Diffstat (limited to 'examples/stm32g0/src/bin/button_exti.rs')
| -rw-r--r-- | examples/stm32g0/src/bin/button_exti.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/stm32g0/src/bin/button_exti.rs b/examples/stm32g0/src/bin/button_exti.rs index c55d6408c..0c2483ecb 100644 --- a/examples/stm32g0/src/bin/button_exti.rs +++ b/examples/stm32g0/src/bin/button_exti.rs | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(trait_alias)] | ||
| 4 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 5 | #![allow(incomplete_features)] | ||
| 6 | 4 | ||
| 7 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 8 | mod example_common; | 6 | mod example_common; |
