(&self, f: &mut std::fmt::Formatter<'_>)
| 48 | |
| 49 | impl std::fmt::Display for RepoUrl { |
| 50 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::result::Result<(), std::fmt::Error> { |
| 51 | write!(f, "{}", self.normalized) |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | impl std::hash::Hash for RepoUrl { |
nothing calls this directly
no outgoing calls
no test coverage detected