mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +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 {
|
$vi struct $Method {
|
||||||
$(
|
$(
|
||||||
$(
|
$(
|
||||||
|
// FIXME: fix the cause of this warning
|
||||||
|
#[allow(rustdoc::invalid_html_tags)]
|
||||||
$(
|
$(
|
||||||
#[ $($field_meta)* ]
|
#[ $($field_meta)* ]
|
||||||
)*
|
)*
|
||||||
|
|
Loading…
Reference in a new issue