diff --git a/src/setup.rs b/src/setup.rs index 6c21f29..7aa5e21 100644 --- a/src/setup.rs +++ b/src/setup.rs @@ -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,