mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-12 00:00:14 +02:00
Add doc(html_root_url)
Allows links in other crates to link to crates.io docs of bytes itself.
This commit is contained in:
committed by
Carl Lerche
parent
4466b75ae4
commit
87160b6232
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user