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 8d2971c commit 7e975c8Copy full SHA for 7e975c8
crates/core/src/reflection.rs
@@ -153,7 +153,7 @@ impl<'a> Case<'a> {
153
impl fmt::Debug for Case<'_> {
154
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
155
let predicate = if let Some(ref predicate) = self.predicate {
156
- format!("Some({})", predicate)
+ format!("Some({predicate})")
157
} else {
158
"None".to_owned()
159
};
0 commit comments