fix html_root_url

This commit is contained in:
Eliza Weisman 2019-06-27 15:38:09 -07:00 committed by GitHub
parent 2ea0cceca5
commit ed06a4ff47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tracing-core/0.2.0")]
#![doc(html_root_url = "https://docs.rs/tracing-core/0.1.0")]
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
#![cfg_attr(test, deny(warnings))]