zio / zio-mock

https://zio.dev/zio-mock
Apache License 2.0
27 stars 33 forks source link

Add workaround to avoid never used param warnings in macro #57

Open duartepinto opened 8 months ago

duartepinto commented 8 months ago

Started getting errors in a project that was using zio-mock when I tried to update to scala 2.13.13, mostly due to https://github.com/zio/zio/issues/5206.

In this MR, I try to fix that by using rts.toString() in MockableMacro to avoid getting that warning.