diff --git a/integration-tests/internal/call-builder-return-value/lib.rs b/integration-tests/internal/call-builder-return-value/lib.rs index 3a141bd758..603926009f 100755 --- a/integration-tests/internal/call-builder-return-value/lib.rs +++ b/integration-tests/internal/call-builder-return-value/lib.rs @@ -23,7 +23,6 @@ mod call_builder { }; #[ink(storage)] - #[derive(Default)] pub struct CallBuilderReturnValue { /// Since we're going to `DelegateCall` into the `incrementer` contract, we need /// to make sure our storage layout matches.