We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8048ca commit 65769cfCopy full SHA for 65769cf
post-compute/src/compute/errors.rs
@@ -42,7 +42,7 @@ pub enum ReplicateStatusCause {
42
43
impl ReplicateStatusCause {
44
fn to_screaming_snake_case(&self) -> String {
45
- let debug_str = format!("{:?}", self);
+ let debug_str = format!("{self:?}");
46
let mut result = String::new();
47
let mut prev_was_lowercase = false;
48
0 commit comments