pjfanning commented on code in PR #555:
URL:
https://github.com/apache/pekko-persistence-jdbc/pull/555#discussion_r3525734317
##########
core/src/test/scala/org/apache/pekko/persistence/jdbc/ScaladslSnippets.scala:
##########
@@ -20,10 +20,12 @@ import pekko.actor.ActorSystem
import pekko.persistence.jdbc.query.scaladsl.JdbcReadJournal
import pekko.persistence.jdbc.testkit.scaladsl.SchemaUtils
+import scala.annotation.nowarn
import scala.concurrent.Future
object ScaladslSnippets {
+ @nowarn("msg=is never used")
Review Comment:
this is probably used by docs and having this annotations is noisy in the
docs - can you move the nowarn onto the class?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]