Skip to content

Commit 0d4c3dc

Browse files
committed
fix warning
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 88a64ed commit 0d4c3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task/block_on.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use kv_log_macro::trace;
1919
/// Calling this function is similar to [spawning] a thread and immediately [joining] it, except an
2020
/// asynchronous task will be spawned.
2121
///
22-
/// See also: [`task::blocking`].
22+
/// See also: [`task::spawn_blocking`].
2323
///
2424
/// [`task::spawn_blocking`]: fn.spawn_blocking.html
2525
///

0 commit comments

Comments
 (0)