mirror of
https://github.com/telemt/telemt.git
synced 2026-07-07 20:40:15 +03:00
d6214c6bbf
The ProxyError import in tls.rs is only used in test code (validate_server_hello_structure function), so guard it with #[cfg(test)] to eliminate the unused import warning.