Skip to content

Commit 79c0930

Browse files
committed
Thanks clippy
1 parent 40ac4e7 commit 79c0930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ mod tests {
916916
.expect("the file really exists")
917917
.read_to_end(&mut buf)
918918
.expect("can read contents");
919-
assert_eq!(buf, CONFIG_DATA, "File {:?} should be created", path);
919+
assert_eq!(buf, CONFIG_DATA, "File {path:?} should be created");
920920
}
921921
}
922922

0 commit comments

Comments
 (0)