Format renamed content in cyan. Use this for renamed files or moved content.
(text: D)
| 495 | /// |
| 496 | /// Use this for renamed files or moved content. |
| 497 | pub fn renamed<D: std::fmt::Display>(text: D) -> StyledObject<D> { |
| 498 | style(text).cyan() |
| 499 | } |
| 500 | |
| 501 | /// Format conflict content in bold red. |
| 502 | /// |
no outgoing calls