From de016e845655fe7a8637c9a545e4074e7bd6dbfc Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Fri, 3 Sep 2021 17:00:58 +0200 Subject: Remove trait_alias, allow(incomplete_features). trait_alias seems unused. no idea why it's there. --- examples/stm32f0/src/bin/hello.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/stm32f0') 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 @@ #![no_std] #![no_main] #![feature(type_alias_impl_trait)] -#![allow(incomplete_features)] use defmt::info; -- cgit