Weird: Disable #[allow(dead_code)], as it was causing incorrect behaviour

For some reason, this caused the 'start' attribute to be ignored in the
tlvargs. Need to investigate further.
This commit is contained in:
Kedar Sovani 2023-08-01 11:41:41 +05:30
parent eceef8b207
commit 96ceaa4263

View file

@ -33,7 +33,6 @@ use crate::{
const COMPRESSED_FABRIC_ID_LEN: usize = 8;
#[allow(dead_code)]
#[derive(Debug, ToTLV)]
#[tlvargs(lifetime = "'a", start = 1)]
pub struct FabricDescriptor<'a> {