File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ object Feature:
3333 val captureChecking = experimental(" captureChecking" )
3434 val into = experimental(" into" )
3535
36- val globalOnlyImports : Set [TermName ] = Set (pureFunctions, captureChecking)
37-
3836 /** Is `feature` enabled by by a command-line setting? The enabling setting is
3937 *
4038 * -language:<prefix>feature
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import scala.annotation.tailrec
3030import rewrites .Rewrites .{patch , overlapsPatch }
3131import reporting .*
3232import config .Feature
33- import config .Feature .{sourceVersion , migrateTo3 , globalOnlyImports }
33+ import config .Feature .{sourceVersion , migrateTo3 }
3434import config .SourceVersion .*
3535import config .SourceVersion
3636import dotty .tools .dotc .config .MigrationVersion
You can’t perform that action at this time.
0 commit comments