Add doc(html_root_url)

Allows links in other crates to link to crates.io docs of bytes itself.
This commit is contained in:
Alex Crichton
2017-02-28 16:55:10 -08:00
committed by Carl Lerche
parent 4466b75ae4
commit 87160b6232
+1
View File
@@ -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;