diff --git a/crates/iota-framework/Cargo.toml b/crates/iota-framework/Cargo.toml index b987415eec5..08416551421 100644 --- a/crates/iota-framework/Cargo.toml +++ b/crates/iota-framework/Cargo.toml @@ -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 diff --git a/external-crates/move/crates/move-binary-format/src/compatibility.rs b/external-crates/move/crates/move-binary-format/src/compatibility.rs index e05d223cdd9..0d7bb14a619 100644 --- a/external-crates/move/crates/move-binary-format/src/compatibility.rs +++ b/external-crates/move/crates/move-binary-format/src/compatibility.rs @@ -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