scala / collection-strawman

Implementation of the new Scala 2.13 Collections
Apache License 2.0
200 stars 72 forks source link

Remove Traversable #511

Closed szeiger closed 6 years ago

szeiger commented 6 years ago

It was only there to allow bootstrapping on top of 2.13.0-M3. It is no longer necessary after https://github.com/scala/scala/pull/6364.