diff --git a/crates/compilers/src/compilers/mod.rs b/crates/compilers/src/compilers/mod.rs index 741035bd..e3f8d2e5 100644 --- a/crates/compilers/src/compilers/mod.rs +++ b/crates/compilers/src/compilers/mod.rs @@ -199,8 +199,8 @@ pub trait CompilationError: fn error_code(&self) -> Option; } -/// 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 { #[serde(default = "Vec::new", skip_serializing_if = "Vec::is_empty")]