File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
runner/meta/src/mill/meta Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -388,11 +388,7 @@ object CodeGen {
388388 val header = if (pkg.isBlank()) " " else s " package $pkg"
389389 val body =
390390 if (segments.nonEmpty) subfolderMiscInfo(scriptFolderPath, segments)
391- else rootMiscInfo(
392- scriptFolderPath,
393- millTopLevelProjectRoot,
394- output
395- )
391+ else rootMiscInfo()
396392
397393 s """ | $generatedFileHeader
398394 | $header
@@ -554,11 +550,7 @@ object CodeGen {
554550 }
555551 }
556552
557- def rootMiscInfo (
558- @ unused scriptFolderPath : os.Path ,
559- @ unused millTopLevelProjectRoot : os.Path ,
560- @ unused output : os.Path
561- ): String = {
553+ def rootMiscInfo (): String = {
562554 s """ |@_root_.scala.annotation.nowarn
563555 |object MillMiscInfo
564556 | extends mill.api.internal.RootModule.Info.FromEnv
You can’t perform that action at this time.
0 commit comments