Merge pull request #490 from bluss/patch-1

Adjust doc(html_root_url)
This commit is contained in:
Oliver Schneider 2016-08-12 15:59:18 +02:00 committed by GitHub
commit d46db730ff

View File

@ -9,7 +9,7 @@
//! For a detailed tutorial on the different ways to use serde please check out the
//! [github repository](https://github.com/serde-rs/serde)
#![doc(html_root_url="https://serde-rs.github.io/serde/serde")]
#![doc(html_root_url="https://serde-rs.github.io/serde")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(feature = "unstable", feature(reflect_marker, unicode, nonzero, plugin, step_trait, zero_one))]
#![cfg_attr(feature = "alloc", feature(alloc))]