(&self, f: &mut fmt::Formatter<'_>)
| 134 | |
| 135 | impl fmt::Display for Span { |
| 136 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 137 | write!(f, "{}..{}", self.start, self.end) |
| 138 | } |
| 139 | } |
nothing calls this directly
no outgoing calls
no test coverage detected