From 491688533e6bb7a47f96808872944bf90ca6fe71 Mon Sep 17 00:00:00 2001 From: wandalen Date: Thu, 21 Mar 2024 00:59:32 +0200 Subject: [PATCH] former : making subforming more friendly --- .../tests/inc/former_tests/a_containers_with_runtime_manual.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/core/former/tests/inc/former_tests/a_containers_with_runtime_manual.rs b/module/core/former/tests/inc/former_tests/a_containers_with_runtime_manual.rs index ea3e3b990e..36377e0524 100644 --- a/module/core/former/tests/inc/former_tests/a_containers_with_runtime_manual.rs +++ b/module/core/former/tests/inc/former_tests/a_containers_with_runtime_manual.rs @@ -164,7 +164,6 @@ where { super_former.storage.vec_1 = Some( formed ); } - super_former }; Former2::_begin( None, Some( self ), former::FormingEndWrapper::new( on_end ) )