We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ede648 commit b6800b8Copy full SHA for b6800b8
lib/elixir/lib/kernel/special_forms.ex
@@ -837,8 +837,8 @@ defmodule Kernel.SpecialForms do
837
* `:context` - sets the resolution context.
838
839
* `:generated` - marks the given chunk as generated so it does not emit warnings.
840
- Currently it only works on special forms (for example, you can annotate a `case`
841
- but not an `if`).
+ It is also useful to avoid dialyzer reporting errors when macros generate
+ unused clauses.
842
843
* `:file` - sets the quoted expressions to have the given file.
844
0 commit comments