Skip to content

Commit 2329601

Browse files
Unwrap a line and remove some commas
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
1 parent b554680 commit 2329601

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/core/src/task/wake.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,7 @@ impl Waker {
543543
///
544544
/// # Warning
545545
///
546-
/// Do not use this function as a way to be able to call `poll` methods,
547-
/// in production code,
546+
/// Do not use this function as a way to be able to call `poll` methods in production code
548547
/// from within a non-`async`, non-`poll`, function.
549548
///
550549
/// Using a no-op waker for that purpose would cause wakeups to be lost:

0 commit comments

Comments
 (0)