From aa8947a6144eed363270732ca466b125225e4dcc Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Sat, 16 Feb 2019 16:01:00 -0200 Subject: [PATCH] fix tests --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d496553..e876b0f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,7 @@ //! //! Add these dependencies to your `Cargo.toml` file. //! -//! ``` +//! ```toml //! [dependencies] //! hyper-reverse-proxy = "0.3.0" //! hyper = "0.12.24"