diff options
Diffstat (limited to 'src/util.rs')
-rw-r--r-- | src/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.rs b/src/util.rs index e5b57ec..a87f779 100644 --- a/src/util.rs +++ b/src/util.rs @@ -27,7 +27,7 @@ where /// from a watcher that tells us when to exit. /// Usefull in a select statement to interrupt another /// future: -/// ``` +/// ```ignore /// select!( /// _ = a_long_task() => Success, /// _ = await_exit(must_exit) => Interrupted, |