Skip to content

Commit

Permalink
fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Nov 21, 2023
1 parent 7dbc445 commit 806fdce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/voting-tools-rs/src/error/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>,
Expand Down

0 comments on commit 806fdce

Please sign in to comment.