remove allow clippy::identity_conversion
This commit is contained in:
parent
d6cfbaa47d
commit
54fcc36735
@ -43,7 +43,6 @@ impl Parse for RumaEventInput {
|
|||||||
let mut fields = None;
|
let mut fields = None;
|
||||||
let mut content = None;
|
let mut content = None;
|
||||||
|
|
||||||
#[allow(clippy::identity_conversion)]
|
|
||||||
for field_value_inline_struct in
|
for field_value_inline_struct in
|
||||||
body.parse_terminated::<RumaEventField, Token![,]>(RumaEventField::parse)?
|
body.parse_terminated::<RumaEventField, Token![,]>(RumaEventField::parse)?
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user