mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore: address Rust 1.67 clippy lints (#465)
This commit is contained in:
@ -106,7 +106,7 @@ impl fmt::Display for RecordType {
|
||||
Self::ExitSpan => "END",
|
||||
Self::Event => "EVENT",
|
||||
};
|
||||
write!(f, "{}", repr)
|
||||
write!(f, "{repr}")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user