(&self, f: &mut std::fmt::Formatter<'_>)
| 19 | |
| 20 | impl std::fmt::Display for Phrase { |
| 21 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 22 | write!(f, "{}", self.0) |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | impl Phrase { |
nothing calls this directly
no outgoing calls
no test coverage detected