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