From 806fdce4973ce36986ca53a4419a47179bd10f6f Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Tue, 21 Nov 2023 16:49:23 +0200 Subject: [PATCH] fix docs generation --- src/voting-tools-rs/src/error/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/voting-tools-rs/src/error/mod.rs b/src/voting-tools-rs/src/error/mod.rs index fd5aa6ac34..a73d8d94a4 100644 --- a/src/voting-tools-rs/src/error/mod.rs +++ b/src/voting-tools-rs/src/error/mod.rs @@ -86,8 +86,7 @@ pub enum RegistrationError { /// Useful for providing more detailed error messages about why a particular registration was /// rejected /// -/// `registration` is an `Option` because some errors prevent us from even generating a -/// [`SignedRegistration`] struct +/// `registration` is an `Option` because some errors prevent us from even generating it #[derive(Debug, Serialize)] pub struct InvalidRegistration { pub spec_61284: Option,