diff --git a/src/lib.rs b/src/lib.rs index ea137a8..3432a41 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -129,7 +129,7 @@ clippy::type_complexity, clippy::uninlined_format_args, clippy::unnecessary_box_returns, - clippy::unwrap_or_else_default + clippy::unwrap_or_default )] mod de;