Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[prelude] fix Batch compilation warning (#795)
The compiler started warning since the last update. The code is correct so I'm suppressing the warning ``` [warn] -- [E029] Pattern Match Exhaustivity Warning: /Users/fwbrasil/workspace/kyo/kyo-prelude/shared/src/main/scala/kyo/Batch.scala:153:16 [warn] 153 | case (_: Unit, items) => [warn] | ^ [warn] | match may not be exhaustive. [warn] | [warn] | It would fail on pattern case: (_: internal.Source[Any, Any, S], _) [warn] | [warn] | longer explanation available when compiling with `-explain` ```
- Loading branch information