Skip to content

Commit 7e975c8

Browse files
committed
style: Make clippy happy
1 parent 8d2971c commit 7e975c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/reflection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl<'a> Case<'a> {
153153
impl fmt::Debug for Case<'_> {
154154
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
155155
let predicate = if let Some(ref predicate) = self.predicate {
156-
format!("Some({})", predicate)
156+
format!("Some({predicate})")
157157
} else {
158158
"None".to_owned()
159159
};

0 commit comments

Comments
 (0)