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 22, 2023
1 parent 7dbc445 commit 5403335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sign/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct Accepted {
pub struct Network {
pub client: Client,
/// URL for posting a signed vote fragment
/// e.g https://core.projectcatalyst.io/api/v0/message
/// e.g <https://core.projectcatalyst.io/api/v0/message>
pub fragment_url: String,
}

Expand Down
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 5403335

Please sign in to comment.