From 87160b6232e3af815421c9814ca7bac02e8ec4e3 Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Tue, 28 Feb 2017 14:39:18 -0800
Subject: [PATCH] Add doc(html_root_url)

Allows links in other crates to link to crates.io docs of bytes itself.
---
 src/lib.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib.rs b/src/lib.rs
index 1fbc21f..8ac73f4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -69,6 +69,7 @@
 //! and `BufMut` are infallible.
 
 #![deny(warnings, missing_docs)]
+#![doc(html_root_url = "https://docs.rs/bytes/0.4")]
 
 extern crate byteorder;
 
-- 
GitLab