Skip to content

Commit 3bdf8a9

Browse files
committed
Hash for ConversionFlag
1 parent 9d47d3d commit 3bdf8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Transforms a value prior to formatting it.
2-
#[derive(Copy, Clone, Debug, PartialEq, Eq, is_macro::Is)]
2+
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq, is_macro::Is)]
33
#[repr(i8)]
44
pub enum ConversionFlag {
55
/// No conversion

0 commit comments

Comments
 (0)