mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Merge pull request #99 from teloxide/doc_icon
Insert the icon into docs
This commit is contained in:
commit
0c0e1014c1
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#![allow(clippy::unit_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]
|
||||
extern crate derive_more;
|
||||
|
|
Loading…
Reference in a new issue