Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Oct 20, 2023
1 parent 0ecd734 commit dd30ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_hir/src/hir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ pub enum CoroutineKind {
/// An explicit `async` block or the body of an async function.
Async(AsyncCoroutineKind),

/// An explicit `gen` block or the body of a `gen`` function.
/// An explicit `gen` block or the body of a `gen` function.
Gen(AsyncCoroutineKind),

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

0 comments on commit dd30ce4

Please sign in to comment.