Skip to content

Commit e5e0f9b

Browse files
Update docs/docs/reference/contextual/derivation.md
Co-Authored-By: odersky <[email protected]>
1 parent abbeb91 commit e5e0f9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/docs/reference/contextual/derivation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ implementation of `summonAll` is `inline` and uses Dotty's `summonInline` constr
198198
`List`,
199199

200200
```scala
201-
inline def summonAll[T]: T = summonInline[T]
202201

203202
inline def summonAll[T <: Tuple]: List[Eq[_]] = inline erasedValue[T] match {
204203
case _: Unit => Nil

0 commit comments

Comments
 (0)