You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _overviews/core/collections-migration-213.md
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -27,35 +27,35 @@ The following table summarizes the breaking changes:
27
27
|`zip` on `Map[K, V]` now returns an `Iterable`|`map.zip(iterable)`|`map.zip(iterable).toMap`|`Experimental`|
28
28
|`ArrayBuilder.make` does not accept parens anymore |`ArrayBuilder.make[Int]()`|`ArrayBuilder.make[Int]`|`NewCollections`, `CrossCompat`|
29
29
30
-
The “Automatic Migration Rule” column gives the name of the migration rule that can be used to automatically update old code to the new expected form. See https://github.com/scala/scala-collection-compat/ for more
30
+
The “Automatic Migration Rule” column gives the name of the migration rule that can be used to automatically update old code to the new expected form. See [scala-collection-compat](https://github.com/scala/scala-collection-compat) for more
31
31
details on how to use it.
32
32
33
33
Some classes have been removed, made private or have no equivalent in the new design:
0 commit comments