mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 05:44:52 +00:00
Hash for ConversionFlag
This commit is contained in:
parent
9d47d3d212
commit
3bdf8a940a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/// Transforms a value prior to formatting it.
|
/// 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)]
|
#[repr(i8)]
|
||||||
pub enum ConversionFlag {
|
pub enum ConversionFlag {
|
||||||
/// No conversion
|
/// No conversion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue