Add doc-comment to test README examples (#515)
This commit is contained in:
committed by
Sean McArthur
parent
15595acb04
commit
66a88d946b
@@ -218,6 +218,12 @@ extern crate tokio_rustls;
|
||||
extern crate webpki_roots;
|
||||
#[cfg(feature = "rustls-tls")]
|
||||
extern crate rustls;
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate doc_comment;
|
||||
|
||||
#[cfg(test)]
|
||||
doctest!("../README.md");
|
||||
|
||||
pub use hyper::header;
|
||||
pub use hyper::Method;
|
||||
|
||||
Reference in New Issue
Block a user