suppress rustdoc warning about "<bot" in payload docs

This commit is contained in:
Maybe Waffle 2022-12-29 03:39:53 +04:00
parent 4cae2c93cb
commit e4fba3345f

View file

@ -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)* ]
)* )*