Skip to content

Commit

Permalink
chore(esp): remove an unused unstable feature (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories authored Oct 17, 2024
2 parents eb09742 + a53cb7e commit 74b5e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/riot-rs-esp/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![no_std]
#![feature(doc_auto_cfg)]
#![feature(impl_trait_in_assoc_type)]
#![feature(trait_alias)]
#![feature(type_alias_impl_trait)]

pub mod gpio;
Expand Down

0 comments on commit 74b5e36

Please sign in to comment.