Skip to content

Commit 5f06b48

Browse files
committed
fix: clippy check
1 parent 5a04afd commit 5f06b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/neon_identity_assertion_builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub struct IdentityAssertion {
4646
pub(crate) pad2: Option<ByteBuf>,
4747

4848
// Label for the assertion. Only assigned when reading from a manifest.
49+
#[allow(dead_code)]
4950
#[serde(skip)]
5051
pub(crate) label: Option<String>,
5152
}

0 commit comments

Comments
 (0)