We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf35da commit 8e73b94Copy full SHA for 8e73b94
Cargo.toml
@@ -43,3 +43,6 @@ x509-parser = "0.16"
43
[dev-dependencies]
44
hex-literal = "0.4"
45
rustls-pemfile = "2"
46
+
47
+[lib]
48
+doctest = false
src/lib.rs
@@ -33,7 +33,7 @@
33
//!
34
//! # Example
35
36
-//! ```rust,no_run
+//! ```rust,ignore
37
//! // Inner service that provides certificates to Rustls, can be anything
38
//! let ckey: CertifiedKey = ...;
39
//! let mut inner = rustls::server::ResolvesServerCertUsingSni::new();
0 commit comments