From 457401904596260c712c0b9f4f27e6d47b4a2141 Mon Sep 17 00:00:00 2001 From: XyLyXyRR <39663597+XyLyXyRR@users.noreply.github.com> Date: Tue, 10 Nov 2020 21:45:08 +0800 Subject: [PATCH] chore(docs): fix missing link for 'blocking' --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index b830dcb..3d69c38 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -182,6 +182,7 @@ //! //! //! [hyper]: http://hyper.rs +//! [blocking]: ./blocking/index.html //! [client]: ./struct.Client.html //! [response]: ./struct.Response.html //! [get]: ./fn.get.html