mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fix CI with async_fn_in_trait not being a feature
This commit is contained in:
parent
52aa56e265
commit
3c9a8f290d
5 changed files with 3 additions and 5 deletions
|
|
@ -23,7 +23,6 @@
|
|||
#![no_std]
|
||||
#![deny(missing_docs)]
|
||||
#![allow(incomplete_features)]
|
||||
#![feature(async_fn_in_trait)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
pub use rtic_time::{Monotonic, TimeoutError, TimerQueue};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue