| 9 | /// Error type for unknown http versions |
| 10 | #[derive(Debug, Default, Copy, Clone)] |
| 11 | pub struct BadVersion; |
| 12 | |
| 13 | impl fmt::Display for BadVersion { |
| 14 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected