Skip to content

Commit 04bdba6

Browse files
authored
Merge branch 'main' into inliner-optimizer
2 parents 2a5720d + d0fb6c3 commit 04bdba6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

crates/compilers/src/lib.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@ use cache::CompilerCache;
4949
use compile::output::contracts::VersionedContracts;
5050
use compilers::multi::MultiCompiler;
5151
use derivative::Derivative;
52-
use foundry_compilers_artifacts::solc::{
53-
sources::{Source, SourceCompilationKind, Sources},
54-
Contract, Severity, SourceFile, StandardJsonCompilerInput,
52+
use foundry_compilers_artifacts::{
53+
output_selection::OutputSelection,
54+
solc::{
55+
sources::{Source, SourceCompilationKind, Sources},
56+
Contract, Severity, SourceFile, StandardJsonCompilerInput,
57+
},
5558
};
5659
use foundry_compilers_core::error::{Result, SolcError, SolcIoError};
5760
use output::sources::{VersionedSourceFile, VersionedSourceFiles};

0 commit comments

Comments
 (0)