1
0
Fork 0
This commit is contained in:
Paul-Nicolas Madelaine 2025-11-17 22:07:04 +01:00
parent 72dec4a5bb
commit 0cc2402991

View file

@ -666,8 +666,6 @@ impl std::fmt::Display for IllegalPositionReason {
}
/// An error when trying to parse a position record.
///
/// The variant indicates the field that caused the error.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct ParseRecordError {
pub byte: usize,