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 726808e commit 99e8fe5Copy full SHA for 99e8fe5
1 file changed
src/ghci/warning_formatter.rs
@@ -29,7 +29,7 @@ pub fn colorize_message(message: &str, severity: Severity) -> String {
29
/// - Warning/error flags in brackets (e.g., "[-Wunused-imports]")
30
///
31
/// TODO: Connect it to the ANSI colors
32
-/// that we need to preserve in https://github.com/MercuryTechnologies/ghciwatch/blob/TrackWarnings/src/ghci/parse/ghc_message/mod.rs#L153
+/// that we need to preserve in <https://github.com/MercuryTechnologies/ghciwatch/blob/TrackWarnings/src/ghci/parse/ghc_message/mod.rs#L153>
33
fn colorize_line(line: &str, severity: Severity) -> String {
34
// Detect different types of lines and apply appropriate coloring
35
0 commit comments