Skip to content

Commit 96ceaa4

Browse files
committed
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.
1 parent eceef8b commit 96ceaa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rs-matter/src/fabric.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ use crate::{
3333

3434
const COMPRESSED_FABRIC_ID_LEN: usize = 8;
3535

36-
#[allow(dead_code)]
3736
#[derive(Debug, ToTLV)]
3837
#[tlvargs(lifetime = "'a", start = 1)]
3938
pub struct FabricDescriptor<'a> {

0 commit comments

Comments
 (0)