From 34be857d8721ce7bfcd910796c4c20904c93489b Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Sun, 15 Sep 2019 00:04:51 +0200 Subject: [PATCH] Remove non-helpful comment --- src/Lint/Rule.elm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Lint/Rule.elm b/src/Lint/Rule.elm index 2bff3e46..8885b1dc 100644 --- a/src/Lint/Rule.elm +++ b/src/Lint/Rule.elm @@ -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 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 `Html.Styled` (`elm-css`). Note that this is the same one written in the example for [`withImportVisitor`](#withImportVisitor), but using [`withFinalEvaluation`](#withFinalEvaluation).