Skip to content

Commit e6dfa4e

Browse files
authored
Remove redundant WARNING prefix (#3055)
1 parent 83ca125 commit e6dfa4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/Rules.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ instance Pretty Log where
184184
"SUCCEEDED LOADING HIE FILE FOR" <+> pretty path
185185
LogExactPrint log -> pretty log
186186
LogTypecheckedFOI path -> vcat
187-
[ "WARNING: Typechecked a file which is not currently open in the editor:" <+> pretty (fromNormalizedFilePath path)
187+
[ "Typechecked a file which is not currently open in the editor:" <+> pretty (fromNormalizedFilePath path)
188188
, "This can indicate a bug which results in excessive memory usage."
189189
, "This may be a spurious warning if you have recently closed the file."
190190
, "If you haven't opened this file recently, please file a report on the issue tracker mentioning"

0 commit comments

Comments
 (0)