This is the warning raised by the `-Wnonunit-statement`, at least on Scala 2 (someone should check Scala 3). - https://github.com/scala/scala/pull/9893 - https://github.com/lampepfl/dotty/pull/16936 We should: 1. document and recommend this very useful compiler option 2. get the error into our docs, so it is indexed and searchable for when folks hit it