We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744460d commit 319ab75Copy full SHA for 319ab75
src/deployment/mod.rs
@@ -860,7 +860,7 @@ pub fn generate_default_deployment(
860
}
861
Err((inferable_dependencies, non_inferable_dependencies)) => {
862
// In the case of unknown dependencies, we were unable to construct an exhaustive list of dependencies.
863
- // As such, we will enqueue re-enqueue the present (front) and push all the unknown contract_ids in front of it,
+ // As such, we will re-enqueue the present (front) and push all the unknown contract_ids in front of it,
864
// and we will keep the source in memory to avoid useless disk access.
865
for (_, dependencies) in inferable_dependencies.iter() {
866
for dependency in dependencies.iter() {
0 commit comments