#19777 OutputTruncation should be only reported if there is proof of it
This commit is contained in:
parent
982243b49a
commit
4b76e32058
7 changed files with 40 additions and 94 deletions
|
|
@ -28,7 +28,7 @@ import scala.compat.java8.FutureConverters._
|
|||
* a Reactive Streams `Publisher` (at least conceptually).
|
||||
*/
|
||||
final class Source[+Out, +Mat](private[stream] override val module: Module)
|
||||
extends FlowOpsMat[Out, Mat] with Graph[SourceShape[Out], Mat] {
|
||||
extends FlowOpsMat[Out, Mat] with Graph[SourceShape[Out], Mat] {
|
||||
|
||||
override type Repr[+O] = Source[O, Mat @uncheckedVariance]
|
||||
override type ReprMat[+O, +M] = Source[O, M]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue