Update rustdoc html_favicon_url to use the new lettre.rs domain

This commit is contained in:
Paolo Barbolini
2020-09-08 21:54:08 +02:00
committed by Alexis Mousset
parent 1c4a3f0fb3
commit f87c80e05c

View File

@@ -21,7 +21,7 @@
//! * **hostname**: Ability to try to use actual hostname in SMTP transaction
#![doc(html_root_url = "https://docs.rs/lettre/0.10.0")]
#![doc(html_favicon_url = "https://lettre.at/favicon.png")]
#![doc(html_favicon_url = "https://lettre.rs/favicon.ico")]
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/15113230?v=4")]
#![deny(
missing_copy_implementations,