We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fb1a5 commit 0a9d12fCopy full SHA for 0a9d12f
epserde-derive/src/lib.rs
@@ -5,6 +5,8 @@
5
* SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
6
*/
7
8
+#![allow(clippy::collapsible_if)]
9
+
10
//! Derive procedural macros for the [`epserde`](https://crates.io/crates/epserde) crate.
11
12
use quote::{ToTokens, quote};
0 commit comments