aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/lib.rs
diff options
context:
space:
mode:
authorJan Niehusmann <[email protected]>2022-07-21 19:45:04 +0000
committerJan Niehusmann <[email protected]>2022-07-21 20:14:45 +0000
commitaff840cf30eb85cf6df3c543fe5c047e3bbe5eef (patch)
treed22612a3f7a55de5dd9c25052925420f660ef4b2 /embassy-rp/src/lib.rs
parent26fdfdb00a1819f4a21c8d0fe1220c079983eecc (diff)
Fix build of embassy-rp on stable channel
Diffstat (limited to 'embassy-rp/src/lib.rs')
-rw-r--r--embassy-rp/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs
index 90ef1b170..7da0d30c1 100644
--- a/embassy-rp/src/lib.rs
+++ b/embassy-rp/src/lib.rs
@@ -1,6 +1,5 @@
1#![no_std] 1#![no_std]
2#![feature(generic_associated_types)] 2#![cfg_attr(feature = "nightly", feature(generic_associated_types, type_alias_impl_trait))]
3#![feature(type_alias_impl_trait)]
4 3
5// This mod MUST go first, so that the others see its macros. 4// This mod MUST go first, so that the others see its macros.
6pub(crate) mod fmt; 5pub(crate) mod fmt;