Skip to content

Commit 04912ca

Browse files
committed
Formatting changes requested by ThibsG.
1 parent c1d2b93 commit 04912ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

clippy_lints/src/async_yields_async.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ use rustc_lint::{LateContext, LateLintPass};
55
use rustc_session::{declare_lint_pass, declare_tool_lint};
66

77
declare_clippy_lint! {
8-
/// **What it does:**
9-
/// Checks for async blocks that yield values of types that can themselves
10-
/// be awaited.
8+
/// **What it does:** Checks for async blocks that yield values of types
9+
/// that can themselves be awaited.
1110
///
12-
/// **Why is this bad?**
13-
/// An await is likely missing.
11+
/// **Why is this bad?** An await is likely missing.
1412
///
1513
/// **Known problems:** None.
1614
///

0 commit comments

Comments
 (0)