Remove incorrect info about Send/Sync

This commit is contained in:
Joseph Birr-Pixton 2018-05-28 19:15:37 +01:00
parent ae70e4a9e1
commit b1628eb2d0
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@
//! write_tls() +-----------------------+ io::Write
//! ```
//!
//! These objects are `Send` but not `Sync`, so are usable in only one thread unless
//! you make your own arrangements.
//!
//! ### Rustls takes care of server certificate verification
//! You do not need to provide anything other than a set of root certificates to trust.
//! Certificate verification cannot be turned off or disabled in the main API.