Skip to content

Commit dd30ce4

Browse files
committed
tidy
1 parent 0ecd734 commit dd30ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir/src/hir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ pub enum CoroutineKind {
15131513
/// An explicit `async` block or the body of an async function.
15141514
Async(AsyncCoroutineKind),
15151515

1516-
/// An explicit `gen` block or the body of a `gen`` function.
1516+
/// An explicit `gen` block or the body of a `gen` function.
15171517
Gen(AsyncCoroutineKind),
15181518

15191519
/// A coroutine literal created via a `yield` inside a closure.

0 commit comments

Comments
 (0)