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 Nov 27, 2024
1 parent cf3cfcc commit 35709ca
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 @@ -37,6 +37,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 35709ca

Please sign in to comment.