Skip to content

Commit 0a9d12f

Browse files
committed
Clippy happy
1 parent 98fb1a5 commit 0a9d12f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

epserde-derive/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
66
*/
77

8+
#![allow(clippy::collapsible_if)]
9+
810
//! Derive procedural macros for the [`epserde`](https://crates.io/crates/epserde) crate.
911
1012
use quote::{ToTokens, quote};

0 commit comments

Comments
 (0)