aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-25 10:18:41 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-25 10:18:41 -0400
commit1ae9a1b55b92f70d1404f41ba48e7109b4a07f53 (patch)
tree02d91e63bc4e54d3b7f19f4d8b5ff5015324ab4f /src
parented8985cb02ae61f0cdbf3e3557028017ffaa4be6 (diff)
downloadbyteorder-1ae9a1b55b92f70d1404f41ba48e7109b4a07f53.tar.gz
deps: update to quickcheck 0.7
Our dev-dependencies already pushed us over the minimum Rust version supported (1.12.0), so we continue with the status quo of only testing on stable/beta/nightly, but ensure that we continue to build on Rust 1.12.0.
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 712ce64..fe3808f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -63,7 +63,6 @@ This crate can also be used without the standard library.
#![deny(missing_docs)]
#![cfg_attr(not(feature = "std"), no_std)]
-#![doc(html_root_url = "https://docs.rs/byteorder/1.2.1")]
#[cfg(feature = "std")]
extern crate core;