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/stm32f0 | |
| parent | 65bceafa6839b92dd5e4487485f687bdf4b42733 (diff) | |
Remove trait_alias, allow(incomplete_features).
trait_alias seems unused. no idea why it's there.
Diffstat (limited to 'examples/stm32f0')
| -rw-r--r-- | examples/stm32f0/src/bin/hello.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f0/src/bin/hello.rs b/examples/stm32f0/src/bin/hello.rs index 418f27943..9f745f9ae 100644 --- a/examples/stm32f0/src/bin/hello.rs +++ b/examples/stm32f0/src/bin/hello.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | use defmt::info; | 5 | use defmt::info; |
| 7 | 6 | ||
