Use website as source for docs logo

This commit is contained in:
Félix Saparelli 2021-07-20 20:32:38 +12:00
parent 07974e0d14
commit 4d6ad2cc1f
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 2 additions and 4 deletions

View File

@ -4,10 +4,8 @@
//!
//! [Watchexec]: https://github.com/watchexec/watchexec
#![doc(
html_favicon_url = "https://raw.githubusercontent.com/watchexec/watchexec/main/doc/logo.svg"
)]
#![doc(html_logo_url = "https://raw.githubusercontent.com/watchexec/watchexec/main/doc/logo.svg")]
#![doc(html_favicon_url = "https://watchexec.github.io/logo:watchexec.svg")]
#![doc(html_logo_url = "https://watchexec.github.io/logo:watchexec.svg")]
#![warn(clippy::unwrap_used)]
#[macro_use]