From 0bd47c779bcb909000db28d8e09600e6aeaf21ab Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 27 Nov 2023 01:21:44 +0100 Subject: tests: use executor task arena instead of TAIT. --- tests/rp/src/bin/float.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/rp/src/bin/float.rs') diff --git a/tests/rp/src/bin/float.rs b/tests/rp/src/bin/float.rs index 1e89c10f8..74e5805fd 100644 --- a/tests/rp/src/bin/float.rs +++ b/tests/rp/src/bin/float.rs @@ -1,6 +1,5 @@ #![no_std] #![no_main] -#![feature(type_alias_impl_trait)] teleprobe_meta::target!(b"rpi-pico"); use defmt::*; -- cgit