mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-21 19:19:45 +00:00
clippy
This commit is contained in:
parent
38467394cc
commit
719e32e0f0
2 changed files with 0 additions and 4 deletions
|
@ -104,8 +104,6 @@ pub fn strip_colors(str: &str) -> String {
|
|||
str.replace(ANSI_STYLE_CODES.red, "")
|
||||
.replace(ANSI_STYLE_CODES.green, "")
|
||||
.replace(ANSI_STYLE_CODES.yellow, "")
|
||||
.replace(ANSI_STYLE_CODES.blue, "")
|
||||
.replace(ANSI_STYLE_CODES.magenta, "")
|
||||
.replace(ANSI_STYLE_CODES.cyan, "")
|
||||
.replace(ANSI_STYLE_CODES.white, "")
|
||||
.replace(ANSI_STYLE_CODES.bold, "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue