Skip to content

Commit

Permalink
chore: update compiler output generalization comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Nov 27, 2024
1 parent 0a36f57 commit 2cf53af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/compilers/src/compilers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ pub trait CompilationError:
fn error_code(&self) -> Option<u64>;
}

/// Output of the compiler, including contracts, sources and errors. Currently only generic over the
/// error but might be extended in the future.
/// Output of the compiler, including contracts, sources, errors and metadata. might be
/// extended to be more generic in the future.
#[derive(Debug, Serialize, Deserialize)]
pub struct CompilerOutput<E, C> {
#[serde(default = "Vec::new", skip_serializing_if = "Vec::is_empty")]
Expand Down

0 comments on commit 2cf53af

Please sign in to comment.