Skip to content
Snippets Groups Projects
Commit 87160b62 authored by Alex Crichton's avatar Alex Crichton Committed by Carl Lerche
Browse files

Add doc(html_root_url)

Allows links in other crates to link to crates.io docs of bytes itself.
parent 4466b75a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment