From 0cc24029919bd7b1429ef32e7b886e68a864cafb Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Mon, 17 Nov 2025 22:07:04 +0100 Subject: [PATCH] fix docs --- src/setup.rs | 2 -- 1 file changed, 2 deletions(-) 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,