diff --git a/crates/compilers/src/artifact_output/mod.rs b/crates/compilers/src/artifact_output/mod.rs index 777a0ca4..d111d07c 100644 --- a/crates/compilers/src/artifact_output/mod.rs +++ b/crates/compilers/src/artifact_output/mod.rs @@ -596,9 +596,9 @@ where /// Handler invoked with the output of `solc` /// -/// Implementers of this trait are expected to take care of [`crate::compilers::CompilerContract`] to -/// [`crate::ArtifactOutput::Artifact`] conversion and how that `Artifact` type is stored on disk, -/// this includes artifact file location and naming. +/// Implementers of this trait are expected to take care of [`crate::compilers::CompilerContract`] +/// to [`crate::ArtifactOutput::Artifact`] conversion and how that `Artifact` type is stored on +/// disk, this includes artifact file location and naming. /// /// Depending on the [`crate::Project`] contracts and their compatible versions, /// The project compiler may invoke different `solc` executables on the same