From 3bdf8a940a002bba45c80e939471fe8af38cb932 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Tue, 16 May 2023 22:55:53 +0900 Subject: [PATCH] Hash for ConversionFlag --- core/src/format.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/format.rs b/core/src/format.rs index 59f7b84..c3ee5ba 100644 --- a/core/src/format.rs +++ b/core/src/format.rs @@ -1,5 +1,5 @@ /// Transforms a value prior to formatting it. -#[derive(Copy, Clone, Debug, PartialEq, Eq, is_macro::Is)] +#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq, is_macro::Is)] #[repr(i8)] pub enum ConversionFlag { /// No conversion