Skip to content

Commit

Permalink
rtfeldman#446 removed more unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
frankschmitt committed Oct 27, 2020
1 parent c560e92 commit 39abf19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion elm/review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ config =
, "src/Test/Runner/Node.elm"
, "src/Test/Runner/Node/Vendor/Console.elm"
, "src/Test/Reporter/TestResults.elm"
, "src/Console/Text.elm"
--, "src/Console/Text.elm"
]
, NoUnused.Modules.rule
, NoUnused.CustomTypeConstructorArgs.rule
Expand Down
8 changes: 0 additions & 8 deletions elm/src/Console/Text.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,13 @@ module Console.Text exposing
, Style
, Text
, UseColor(..)
, black
, blue
, bold
, concat
, cyan
, dark
, default
, green
, inverted
, magenta
, plain
, red
, render
, underline
, white
, yellow
)

Expand Down

0 comments on commit 39abf19

Please sign in to comment.