Skip to content

Commit

Permalink
docs: add variant doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Dec 18, 2024
1 parent 07f460d commit e69fb03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/pop-parachains/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pub enum Error {
RustfmtError(std::io::Error),
#[error("Template error: {0}")]
SourcingError(#[from] pop_common::sourcing::Error),
/// An error occurred whilst interacting with a chain using `subxt`.
#[error("Subxt error: {0}")]
SubXtError(#[from] subxt::Error),
#[error("Toml error: {0}")]
Expand Down

0 comments on commit e69fb03

Please sign in to comment.