()
| 6 | use console::style; |
| 7 | |
| 8 | pub fn check_mark() -> console::StyledObject<&'static str> { |
| 9 | style("✓").green() |
| 10 | } |
| 11 | |
| 12 | pub fn cross_mark() -> console::StyledObject<&'static str> { |
| 13 | style("✗").red() |
nothing calls this directly
no outgoing calls
no test coverage detected