File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ available.
103
103
* [ Kernel] Allow variables as map keys on creation ` %{key => value} ` and on matches ` %{^key => value} `
104
104
* [ Kernel] Allow the pin operator ` ^ ` in ` fn ` clauses and on the left side of ` <- ` in ` for ` comprehensions
105
105
* [ Kernel] Introduce ` with ` as a special form that allows matching on right side parameters
106
- * [ Kernel] Raise when right hand side of ` -> ` does not provide any expression
106
+ * [ Kernel] Warn when right hand side of ` -> ` does not provide any expression
107
107
* [ Kernel] Warn if the Elixir was compiled with a different endianness than the one currently available at runtime
108
108
* [ Kernel] Warn if a variable is used after being defined exclusively in a nested context
109
109
* [ Kernel] Warn if piping into an expression without parentheses
You can’t perform that action at this time.
0 commit comments