Update post-merge html_root_urls

This commit is contained in:
David Tolnay 2017-04-19 14:32:04 -07:00
parent 670be2ce2f
commit 0240814677
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
////////////////////////////////////////////////////////////////////////////////
// Serde types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/serde/0.9.13")]
#![doc(html_root_url = "https://docs.rs/serde/0.9.14")]
// Support using Serde without the standard library!
#![cfg_attr(not(feature = "std"), no_std)]

View File

@ -6,7 +6,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![doc(html_root_url = "https://docs.rs/serde_derive/0.9.13")]
#![doc(html_root_url = "https://docs.rs/serde_derive/0.9.14")]
#![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
#![cfg_attr(feature = "cargo-clippy", allow(used_underscore_binding))]

View File

@ -155,7 +155,7 @@
//! # }
//! ```
#![doc(html_root_url = "https://docs.rs/serde_test/0.9.13")]
#![doc(html_root_url = "https://docs.rs/serde_test/0.9.14")]
#[macro_use]
extern crate serde;