Skip to content

Commit e833268

Browse files
committed
Allow unused FieldReader
1 parent b064ab0 commit e833268

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generate/generic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ where
243243
U: Copy,
244244
{
245245
/// Creates a new instance of the reader.
246+
#[allow(unused)]
246247
#[inline(always)]
247248
pub(crate) fn new(bits: U) -> Self {
248249
Self {

0 commit comments

Comments
 (0)