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:
parent
eceef8b207
commit
96ceaa4263
1 changed files with 0 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Reference in a new issue