Skip to content

Commit b58ef9c

Browse files
Update lib.rs
Workaround for esp-rs/std-training#118
1 parent 68d5236 commit b58ef9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![feature(generic_associated_types)]
12
#![cfg_attr(not(feature = "std"), no_std)]
23
#![cfg_attr(feature = "async", feature(type_alias_impl_trait))]
34
#![cfg_attr(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)