From 8f288513e19fd04c2bb9a0a6d9d07da94de04200 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 12 Feb 2024 12:00:05 +0000 Subject: [PATCH] Revert "found" This reverts commit a61e618e056e1ff31c7abd5e6222b050ae40ffa4. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f5f7196..44d2221 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,7 @@ use educe::Educe; #[derive(Educe)] #[educe(Debug, Clone, Hash)] pub enum Enum { - Variant1 { f: i8, }, + Variant1 { f: i8, v_formatter_: i8, }, Variant2 { builder: i32, v_builder_: i32, }, Variant3 { source: i16, v_source_: i16, }, Variant4 { state: i32, v_state_: i32, }, -- 2.30.2