Skip to content

Commit d6d8472

Browse files
committed
is_* methods to ConversionFlag
1 parent 3a8ca5e commit d6d8472

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)]
2+
#[derive(Copy, Clone, Debug, PartialEq, Eq, is_macro::Is)]
33
#[repr(i8)]
44
pub enum ConversionFlag {
55
/// No conversion

0 commit comments

Comments
 (0)