Merge pull request #99 from teloxide/doc_icon

Insert the icon into docs
This commit is contained in:
Temirkhan Myrzamadi 2019-12-27 02:28:10 +06:00 committed by GitHub
commit 0c0e1014c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
#![allow(clippy::unit_arg)] // TODO #![allow(clippy::unit_arg)] // TODO
#![allow(clippy::ptr_arg)] // TODO #![allow(clippy::ptr_arg)] // TODO
#![doc(
html_logo_url = "https://github.com/teloxide/teloxide/raw/dev/ICON.png",
html_favicon_url = "https://github.com/teloxide/teloxide/raw/dev/ICON.png"
)]
#[macro_use] #[macro_use]
extern crate derive_more; extern crate derive_more;