Skip to content

Commit

Permalink
Add missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Feb 28, 2017
1 parent 0a18520 commit 080b884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-variadic-generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl<Head, Tail, F, R> TupleMap<F> for (Head, ...Tail)
```

This example is derived from
[a playground example by @eddyb]()
[a playground example by @eddyb](https://gist.github.com/8fd29c83271f3e8744a3f618786ca1de)
that provided inspiration for this RFC.

The example demonstrates the concise, expressive code enabled
Expand Down

0 comments on commit 080b884

Please sign in to comment.