| 24 | |
| 25 | #[derive(Debug, Clone, Copy)] |
| 26 | struct BinaryPin { |
| 27 | version: &'static str, |
| 28 | url_template: &'static str, |
| 29 | sha256: &'static str, |
| 30 | } |
| 31 | |
| 32 | impl BinaryPin { |
| 33 | fn url(&self) -> String { |
nothing calls this directly
no outgoing calls
no test coverage detected