Skip to content

Commit a476616

Browse files
committed
fmt
1 parent e6d87f7 commit a476616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quinn/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//! authority. If this is infeasible--for example, if servers are short-lived or not associated
3838
//! with a domain name--then as with TLS, self-signed certificates can be used to provide
3939
//! encryption alone.
40-
//!
40+
//!
4141
//! # Feature flags
4242
//!
4343
//! ### Crypto features
@@ -66,7 +66,7 @@
6666
//! ### Crypto features
6767
//!
6868
//! The three supported rustls backends are rustls+ring, rustls+aws-lc-rs and rustls+aws-lc-rs-fips.
69-
//! Note the feature default for rustls is to use aws-lc-rs and the default for quinn is to use ring. This means you might
69+
//! Note the feature default for rustls is to use aws-lc-rs and the default for quinn is to use ring. This means you might
7070
//! want `default-features = false` on one library or the other if you don't intend to use multiple rustls backends.
7171
//!
7272
//! - `rustls-ring`: Enables ring crypto backend for quinn and rustls. Requires the `ring` feature.

0 commit comments

Comments
 (0)