Skip to content

Commit 2355de8

Browse files
authored
Merge pull request #1083 from rust-lang/fix-broken-link
Fix broken link in 2023-02-23-keyword-generics-progress-report-feb-2023.md
2 parents 1fb18e1 + a96fee7 commit 2355de8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posts/inside-rust/2023-02-23-keyword-generics-progress-report-feb-2023.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ able to add `+ Send` bound to anonymous futures. There are more details about
327327
this in ["Lightweight, Predictable Async Send Bounds"][bounds-post] by Eric
328328
Holk. But it would roughly become the following notation:
329329

330+
[bounds-post]: https://blog.theincredibleholk.org/blog/2023/02/16/lightweight-predictable-async-send-bounds/
331+
330332
```rust
331333
struct File { .. }
332334
impl async Read for File { // async trait declaration

0 commit comments

Comments
 (0)