Skip to content

Commit 080b884

Browse files
committed
Add missing link
1 parent 0a18520 commit 080b884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-variadic-generics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl<Head, Tail, F, R> TupleMap<F> for (Head, ...Tail)
129129
```
130130

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

135135
The example demonstrates the concise, expressive code enabled

0 commit comments

Comments
 (0)