Skip to content

Commit 99e8fe5

Browse files
committed
format link
1 parent 726808e commit 99e8fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ghci/warning_formatter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub fn colorize_message(message: &str, severity: Severity) -> String {
2929
/// - Warning/error flags in brackets (e.g., "[-Wunused-imports]")
3030
///
3131
/// 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
32+
/// that we need to preserve in <https://github.com/MercuryTechnologies/ghciwatch/blob/TrackWarnings/src/ghci/parse/ghc_message/mod.rs#L153>
3333
fn colorize_line(line: &str, severity: Severity) -> String {
3434
// Detect different types of lines and apply appropriate coloring
3535

0 commit comments

Comments
 (0)