Skip to content

Commit ddb19d0

Browse files
authored
chore(config): move providers into module (#9449)
1 parent 8b8d1cd commit ddb19d0

File tree

5 files changed

+682
-668
lines changed

5 files changed

+682
-668
lines changed

crates/cli/src/opts/build/core.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ use foundry_config::{
1616
Figment, Metadata, Profile, Provider,
1717
},
1818
filter::SkipBuildFilter,
19-
providers::remappings::Remappings,
20-
Config,
19+
Config, Remappings,
2120
};
2221
use serde::Serialize;
2322
use std::path::PathBuf;

0 commit comments

Comments
 (0)