Skip to content

Commit

Permalink
not needed to be a scalafix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
johnduffell authored Nov 23, 2023
1 parent db2e53f commit 6c4e054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/incompatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Some of the old syntax is not supported anymore.
|--- |--- |--- |--- |
|[Restricted keywords](incompat-syntactic.html#restricted-keywords)||||
|[Procedure syntax](incompat-syntactic.html#procedure-syntax)|Deprecation||[](https://scalacenter.github.io/scalafix/docs/rules/ProcedureSyntax.html)|
|[Parentheses around lambda parameter](incompat-syntactic.html#parentheses-around-lambda-parameter)|||[X (unmaintained)](https://github.com/ohze/scala-rewrites/tree/dotty/#fixscala213parensaroundlambda)|
|[Parentheses around lambda parameter](incompat-syntactic.html#parentheses-around-lambda-parameter)||||
|[Open brace indentation for passing an argument](incompat-syntactic.html#open-brace-indentation-for-passing-an-argument)||||
|[Wrong indentation](incompat-syntactic.html#wrong-indentation)||||
|[`_` as a type parameter](incompat-syntactic.html#_-as-a-type-parameter)||||
Expand Down

0 comments on commit 6c4e054

Please sign in to comment.