Skip to content

Commit 15913f5

Browse files
committed
fix some compiler warnings
once we have `@silent` we'll be able to eliminate some more, but we might as well do this batch now
1 parent b0a0e20 commit 15913f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/util/Random.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package util
1616
import scala.annotation.{migration, tailrec}
1717
import scala.collection.mutable.ArrayBuffer
1818
import scala.collection.BuildFrom
19-
import scala.collection.immutable.{List, LazyList}
19+
import scala.collection.immutable.LazyList
2020
import scala.language.implicitConversions
2121

2222
class Random(val self: java.util.Random) extends AnyRef with Serializable {

0 commit comments

Comments
 (0)