Skip to content

Commit 7d73da9

Browse files
committed
[nomerge] Update to sbt 1.3.8, remove workarounds
1 parent c003048 commit 7d73da9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

library/src/scala/collection/GenIterableLike.scala

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,3 @@ trait GenIterableLike[+A, +Repr] extends Any with GenTraversableLike[A, Repr] {
147147
def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CBF[Repr, (A1, B), That]): That
148148

149149
}
150-
151-
// Workaround for Scaladoc @usecase position bug scala/issues#11865
152-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
153-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
154-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
155-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
156-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
157-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
158-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
159-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)