Skip to content

Commit

Permalink
Remove plugin related settings from common scala settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BarkingBad committed Oct 7, 2021
1 parent eb8773e commit 121a609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object ScalaSettings:
else defaultWidth
}

trait AllScalaSettings extends CommonScalaSettings, VerboseSettings, WarningSettings, XSettings, YSettings:
trait AllScalaSettings extends CommonScalaSettings, PluginSettings, VerboseSettings, WarningSettings, XSettings, YSettings:
self: SettingGroup =>

/* Path related settings */
Expand Down Expand Up @@ -84,7 +84,7 @@ trait AllScalaSettings extends CommonScalaSettings, VerboseSettings, WarningSett
end AllScalaSettings

/** Settings shared by compiler and scaladoc */
trait CommonScalaSettings extends PluginSettings:
trait CommonScalaSettings:
self: SettingGroup =>

/* Path related settings */
Expand Down

0 comments on commit 121a609

Please sign in to comment.