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 5a04afd commit 5f06b48Copy full SHA for 5f06b48
src/neon_identity_assertion_builder.rs
@@ -46,6 +46,7 @@ pub struct IdentityAssertion {
46
pub(crate) pad2: Option<ByteBuf>,
47
48
// Label for the assertion. Only assigned when reading from a manifest.
49
+ #[allow(dead_code)]
50
#[serde(skip)]
51
pub(crate) label: Option<String>,
52
}
0 commit comments