aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2017-03-03 20:52:45 -0800
committerAndrew Gallant <jamslam@gmail.com>2017-03-28 11:53:06 -0400
commit1f23c0b323db08a455a32f761af305162f3aa869 (patch)
treedc71d02137e3b44191f953ae8c998192c4301a54 /src
parent08561130c567b442ecbc7d1e6a744df723f2c708 (diff)
downloadbyteorder-1f23c0b323db08a455a32f761af305162f3aa869.tar.gz
Add html_root_url to lib.rs. Fixes #77
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a92d4cd..035aca6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -38,6 +38,7 @@ assert_eq!(wtr, vec![5, 2, 0, 3]);
#![deny(missing_docs)]
#![cfg_attr(not(feature = "std"), no_std)]
+#![doc(html_root_url = "https://docs.rs/byteorder/1.0.0")]
#[cfg(feature = "std")]
extern crate core;