Skip to content

Commit 32a9aea

Browse files
committed
remove unused Debug implementation
1 parent 87106c0 commit 32a9aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ where
233233
}
234234

235235
/// The iterator returned by the [`Model::decode_all`] method
236-
#[derive(Debug)]
236+
#[allow(missing_debug_implementations)]
237237
pub struct DecodeIter<'a, M, R>
238238
where
239239
M: Model,

0 commit comments

Comments
 (0)