Skip to content

Commit fd4b365

Browse files
committed
tmp
1 parent d3eb912 commit fd4b365

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

crates/messages/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,9 @@ impl<'a> Apdu<'a> {
395395
}
396396
}
397397

398+
#[allow(unused)]
399+
const foo: u32 = 0;
400+
398401
/// Application status words.
399402
#[repr(u16)]
400403
#[derive(Clone, Copy, Debug, PartialEq, Eq, Display, IntoPrimitive, TryFromPrimitive)]

0 commit comments

Comments
 (0)