From f78b72ae6bdf2b9f7b624926b8d999aa48fc0bbd Mon Sep 17 00:00:00 2001 From: Ocheretovich Oksana Date: Fri, 13 Feb 2026 15:07:28 +0200 Subject: [PATCH] chore: remove unused Default derive Signed-off-by: Ocheretovich Oksana --- integration-tests/internal/call-builder-return-value/lib.rs | 1 - 1 file changed, 1 deletion(-) 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.