mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-23 07:09:34 +01:00
suppress rustdoc warning about "<bot" in payload docs
This commit is contained in:
parent
4cae2c93cb
commit
e4fba3345f
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ macro_rules! impl_payload {
|
|||
$vi struct $Method {
|
||||
$(
|
||||
$(
|
||||
// FIXME: fix the cause of this warning
|
||||
#[allow(rustdoc::invalid_html_tags)]
|
||||
$(
|
||||
#[ $($field_meta)* ]
|
||||
)*
|
||||
|
|
Loading…
Add table
Reference in a new issue