Skip to content

Commit

Permalink
Fix bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyaherbert committed Sep 1, 2022
1 parent 6136d59 commit ea5c576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sway-core/src/declaration_engine/declaration_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ impl CopyTypes for DeclarationWrapper {
DeclarationWrapper::TraitFn(decl) => decl.copy_types(type_mapping),
DeclarationWrapper::TraitImpl(decl) => decl.copy_types(type_mapping),
DeclarationWrapper::Struct(decl) => decl.copy_types(type_mapping),
DeclarationWrapper::Storage(_) => {}
}
}
}
Expand Down

0 comments on commit ea5c576

Please sign in to comment.