Skip to content

Commit 0cf6d24

Browse files
committed
Auto merge of #9033 - ehuss:redundant_semicolons, r=Eh2406
Fix redundant semicolon. Lint introduced by rust-lang/rust#79812.
2 parents cf8800a + 0ca1767 commit 0cf6d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/cache_messages.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fn color() {
105105
return s.replace("\x1b[0m\x1b[0m", "\x1b[0m");
106106
#[cfg(not(windows))]
107107
return s.to_string();
108-
};
108+
}
109109

110110
let compare = |a, b| {
111111
assert_eq!(normalize(a), normalize(b));

0 commit comments

Comments
 (0)