chore: udpates html doc root

This commit is contained in:
Kevin K 2018-01-09 12:02:35 -05:00
parent 92caafaf51
commit 3e97085e58

View file

@ -513,7 +513,7 @@
//! this repository for more information. //! this repository for more information.
#![crate_type = "lib"] #![crate_type = "lib"]
#![doc(html_root_url = "https://docs.rs/clap/2.29.0")] #![doc(html_root_url = "https://docs.rs/clap/2.29.1")]
#![deny(missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts, #![deny(missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts,
unused_import_braces, unused_allocation)] unused_import_braces, unused_allocation)]
// Lints we'd like to deny but are currently failing for upstream crates // Lints we'd like to deny but are currently failing for upstream crates