mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 07:12:32 +00:00
chore: udpates html doc root
This commit is contained in:
parent
92caafaf51
commit
3e97085e58
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@
|
|||
//! this repository for more information.
|
||||
|
||||
#![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,
|
||||
unused_import_braces, unused_allocation)]
|
||||
// Lints we'd like to deny but are currently failing for upstream crates
|
||||
|
|
Loading…
Reference in a new issue