We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c004971 + ff99c2e commit ea9c2ceCopy full SHA for ea9c2ce
library/src/scala/math/Ordering.scala
@@ -69,7 +69,6 @@ import scala.annotation.migration
69
*
70
* @see [[scala.math.Ordered]], [[scala.util.Sorting]], [[scala.math.Ordering.Implicits]]
71
*/
72
-@annotation.implicitNotFound(msg = "No implicit Ordering defined for ${T}.")
73
trait Ordering[T] extends Comparator[T] with PartialOrdering[T] with Serializable {
74
outer =>
75
0 commit comments