Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AneesHl committed Mar 19, 2024
1 parent 9f8f7c5 commit 60d6de3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ macro_rules! delay {
/// syntax of [tag](crate::tag).
///
/// ```no_run
/// // use reactor_rt::{assert_tag_is, delay, ReactionCtx};
/// // let ctx : ReactionCtx = unimplemented!();
/// // struct Foo { i: u32 }
/// // let foo = Foo { i: 0 };
/// # use reactor_rt::{assert_tag_is, delay, ReactionCtx};
/// # let ctx : ReactionCtx = unimplemented!();
/// # struct Foo { i: u32 }
/// # let foo = Foo { i: 0 };
///
/// assert_tag_is!(ctx, T0 + 20 ms);
/// assert_tag_is!(ctx, T0 + 60 ms);
Expand Down

0 comments on commit 60d6de3

Please sign in to comment.