From 738c75eb36b106290d745d023e72105284a888e3 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sun, 31 Mar 2024 01:07:40 +0200 Subject: [PATCH] former : experimenting --- .../inc/former_tests/a_containers_with_subformer_manual.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/core/former/tests/inc/former_tests/a_containers_with_subformer_manual.rs b/module/core/former/tests/inc/former_tests/a_containers_with_subformer_manual.rs index d4d3652349..c6a9e8c3eb 100644 --- a/module/core/former/tests/inc/former_tests/a_containers_with_subformer_manual.rs +++ b/module/core/former/tests/inc/former_tests/a_containers_with_subformer_manual.rs @@ -407,6 +407,7 @@ where // zzz : description /// Return original former after subformer for `vec_1` is done. +#[ allow( non_camel_case_types ) ] pub struct __vec1_end; #[ automatically_derived ] impl< Definition > former::FormingEnd @@ -439,6 +440,7 @@ where // zzz : description /// Return original former after subformer for `hashmap_string_1` is done. +#[ allow( non_camel_case_types ) ] pub struct __hashmap_strings_1_end; #[ automatically_derived ] impl< Definition > former::FormingEnd @@ -471,6 +473,7 @@ where // zzz : description /// Return original former after subformer for `hashset_string_1` is done. +#[ allow( non_camel_case_types ) ] pub struct __hashset_strings_1_end; #[ automatically_derived ] impl< Definition > former::FormingEnd