Closed shayne-fletcher closed 1 year ago
change qualified imports to postpositive syntax everywhere and enable -Wprepositive-qualified-module.
-Wprepositive-qualified-module
ImportQualifiedPost has been available since 8.10.1 and the minimum build compiler now is 9.2.2 so it's safe to do this now.
ImportQualifiedPost
change qualified imports to postpositive syntax everywhere and enable
-Wprepositive-qualified-module
.ImportQualifiedPost
has been available since 8.10.1 and the minimum build compiler now is 9.2.2 so it's safe to do this now.