mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
now only spawn, spawn_at, spawn_after
This commit is contained in:
parent
f29b08190d
commit
0d93b36106
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
//! examples/schedule.rs
|
||||
//! examples/spawn_after.rs
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
|
@ -1,4 +1,4 @@
|
|||
//! examples/schedule.rs
|
||||
//! examples/spawn_at.rs
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
|
|
Loading…
Reference in a new issue