Skip to content

Commit c041327

Browse files
authored
Merge pull request scala#13711 from BarkingBad/scaladoc/fix-plugin-setting
Remove plugin related settings from common scala settings
2 parents 89c012f + 121a609 commit c041327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/config/ScalaSettings.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object ScalaSettings:
4040
else defaultWidth
4141
}
4242

43-
trait AllScalaSettings extends CommonScalaSettings, VerboseSettings, WarningSettings, XSettings, YSettings:
43+
trait AllScalaSettings extends CommonScalaSettings, PluginSettings, VerboseSettings, WarningSettings, XSettings, YSettings:
4444
self: SettingGroup =>
4545

4646
/* Path related settings */
@@ -84,7 +84,7 @@ trait AllScalaSettings extends CommonScalaSettings, VerboseSettings, WarningSett
8484
end AllScalaSettings
8585

8686
/** Settings shared by compiler and scaladoc */
87-
trait CommonScalaSettings extends PluginSettings:
87+
trait CommonScalaSettings:
8888
self: SettingGroup =>
8989

9090
/* Path related settings */

0 commit comments

Comments
 (0)