mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
clippy
This commit is contained in:
parent
38467394cc
commit
719e32e0f0
2 changed files with 0 additions and 4 deletions
|
@ -462,11 +462,9 @@ mod test_reporting {
|
|||
fn human_readable(str: &str) -> String {
|
||||
str.replace(ANSI_STYLE_CODES.red, "<red>")
|
||||
.replace(ANSI_STYLE_CODES.white, "<white>")
|
||||
.replace(ANSI_STYLE_CODES.blue, "<blue>")
|
||||
.replace(ANSI_STYLE_CODES.yellow, "<yellow>")
|
||||
.replace(ANSI_STYLE_CODES.green, "<green>")
|
||||
.replace(ANSI_STYLE_CODES.cyan, "<cyan>")
|
||||
.replace(ANSI_STYLE_CODES.magenta, "<magenta>")
|
||||
.replace(ANSI_STYLE_CODES.reset, "<reset>")
|
||||
.replace(ANSI_STYLE_CODES.bold, "<bold>")
|
||||
.replace(ANSI_STYLE_CODES.underline, "<underline>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue