Closed sharkdp closed 1 year ago
Courtesy of clippy. \033 in a Rust string is a NUL character followed by 33.
clippy
\033
33
This did not have any impact on lscolors since we don't use and don't parse lc/cl entries.
lscolors
lc
cl
Courtesy of
clippy
.\033
in a Rust string is a NUL character followed by33
.This did not have any impact on
lscolors
since we don't use and don't parselc
/cl
entries.