File tree 1 file changed +0
-2
lines changed
compiler/src/dotty/tools/dotc/config
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ object Feature:
35
35
val into = experimental(" into" )
36
36
val namedTuples = experimental(" namedTuples" )
37
37
val modularity = experimental(" modularity" )
38
- val betterMatchTypeExtractors = experimental(" betterMatchTypeExtractors" )
39
38
val quotedPatternsWithPolymorphicFunctions = experimental(" quotedPatternsWithPolymorphicFunctions" )
40
39
val betterFors = experimental(" betterFors" )
41
40
val packageObjectValues = experimental(" packageObjectValues" )
@@ -66,7 +65,6 @@ object Feature:
66
65
(into, " Allow into modifier on parameter types" ),
67
66
(namedTuples, " Allow named tuples" ),
68
67
(modularity, " Enable experimental modularity features" ),
69
- (betterMatchTypeExtractors, " Enable better match type extractors" ),
70
68
(betterFors, " Enable improvements in `for` comprehensions" )
71
69
)
72
70
You can’t perform that action at this time.
0 commit comments