remove allow clippy::identity_conversion

This commit is contained in:
Devin R 2020-05-23 06:53:43 -04:00 committed by Jonas Platte
parent d6cfbaa47d
commit 54fcc36735

View File

@ -43,7 +43,6 @@ impl Parse for RumaEventInput {
let mut fields = None;
let mut content = None;
#[allow(clippy::identity_conversion)]
for field_value_inline_struct in
body.parse_terminated::<RumaEventField, Token![,]>(RumaEventField::parse)?
{