Closed steffengy closed 7 years ago
Looks good to me. Might be worth adding in some little checks to keep this from regressing in the future:
fn _is_sync() {
fn sync<T: Sync>() {}
sync::<TlsStream<()>>();
}
hah. Just noticed this when trying to update rust-native-tls. Thanks
Just fixing some missed details.