Skip to content

Commit

Permalink
Merge pull request #47 from ericseppanen/minpin-fixes
Browse files Browse the repository at this point in the history
MinPin: fix missing link
  • Loading branch information
nikomatsakis authored Dec 16, 2024
2 parents a2052bc + bbcc10f commit ecda922
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/blog/2024-11-05-minpin.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ One thing I was wondering about is the phrase "pinned reference" or "pinned poin

### Can you show me an example? What about the `MaybeDone` example?

Yeah, totally. So boats [pinned places][] post introduced two futures, `MaybeDone` and `Join`. Here is how `MaybeDone` would look in MinPin, along with some inline comments:
Yeah, totally. So boats [pinned places] post introduced two futures, `MaybeDone` and `Join`. Here is how `MaybeDone` would look in MinPin, along with some inline comments:

[pinned places]: https://without.boats/blog/pinned-places/

```rust
enum MaybeDone<F: Future> {
Expand Down

0 comments on commit ecda922

Please sign in to comment.