We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54f247 commit 49d517fCopy full SHA for 49d517f
tonic/src/lib.rs
@@ -20,7 +20,7 @@
20
//! implementation based on [`hyper`], [`tower`] and [`tokio`]. Enabled by default.
21
//! - `codegen`: Enables all the required exports and optional dependencies required
22
//! for [`tonic-build`]. Enabled by default.
23
-//! - `tls`: Enables the `rustls` based TLS options for the `transport` feature`. Not
+//! - `tls`: Enables the `rustls` based TLS options for the `transport` feature. Not
24
//! enabled by default.
25
//! - `tls-roots`: Adds system trust roots to `rustls`-based gRPC clients using the
26
//! `rustls-native-certs` crate. Not enabled by default. `tls` must be enabled to use
0 commit comments