mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-26 03:04:48 +03:00
Remove non-helpful comment
This commit is contained in:
parent
b359fb3023
commit
34be857d87
@ -1085,8 +1085,6 @@ withExpressionVisitor visitor (Schema schema) =
|
|||||||
collected in the `context`. This can be useful if you can't or if it is hard to
|
collected in the `context`. This can be useful if you can't or if it is hard to
|
||||||
determine something as you traverse the file.
|
determine something as you traverse the file.
|
||||||
|
|
||||||
This example was written in a different way in the example for [`withFinalEvaluation`](#withFinalEvaluation).
|
|
||||||
|
|
||||||
The following example forbids importing both `Element` (`elm-ui`) and
|
The following example forbids importing both `Element` (`elm-ui`) and
|
||||||
`Html.Styled` (`elm-css`). Note that this is the same one written in the example
|
`Html.Styled` (`elm-css`). Note that this is the same one written in the example
|
||||||
for [`withImportVisitor`](#withImportVisitor), but using [`withFinalEvaluation`](#withFinalEvaluation).
|
for [`withImportVisitor`](#withImportVisitor), but using [`withFinalEvaluation`](#withFinalEvaluation).
|
||||||
|
Loading…
Reference in New Issue
Block a user