service: Fix doc url attribute to point to the actual crate (#162)

This commit is contained in:
Lucio Franco 2019-02-21 01:14:45 -05:00 committed by Carl Lerche
parent 25eb52153d
commit 79349816da
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/tower/0.2.0")]
#![doc(html_root_url = "https://docs.rs/tower-service/0.2.0")]
//! Definition of the core `Service` trait to Tower
//!