Skip to content

Commit a9ead34

Browse files
Fix whitespace
1 parent f5c4287 commit a9ead34

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+2
-2
lines changed

compiler/rustc_error_codes/src/error_codes/E0373.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ fn game_loop(v: Arc<Vec<usize>>) {}
7070
```
7171

7272
Similarly to closures, `async` blocks are not executed immediately and may
73-
capture closed-over data by reference. For more information, see
74-
https://rust-lang.github.io/async-book/03_async_await/01_chapter.html.
73+
capture closed-over data by reference. For more information, see
74+
https://rust-lang.github.io/async-book/03_async_await/01_chapter.html.

0 commit comments

Comments
 (0)