()
| 10 | } |
| 11 | |
| 12 | pub fn cross_mark() -> console::StyledObject<&'static str> { |
| 13 | style("✗").red() |
| 14 | } |
| 15 | |
| 16 | pub fn warn_mark() -> console::StyledObject<&'static str> { |
| 17 | style("!").yellow() |
nothing calls this directly
no outgoing calls
no test coverage detected