Skip to content

Commit

Permalink
cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Nov 14, 2024
1 parent 5a8fb32 commit 6895027
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion crates/iota-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ tracing.workspace = true
iota-types.workspace = true
move-binary-format.workspace = true
move-core-types.workspace = true
anyhow.workspace = true

[dev-dependencies]
# external dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ impl Compatibility {
&old_struct.type_parameters,
&new_struct.type_parameters,
) {
datatype_and_function_linking!(
"incompatible abilities or type params for struct {name}");
datatype_and_function_linking!("incompatible abilities or type params for struct {name}");
}
if new_struct.fields != old_struct.fields {
// Fields changed. Code in this module will fail at runtime if it tries to
Expand Down

0 comments on commit 6895027

Please sign in to comment.