Skip to content

Commit f1e5b36

Browse files
committed
Remove unneeded parens
1 parent c6780fb commit f1e5b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/kind.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ fn check_block(b: blk, cx: ctx, v: visit::vt<ctx>) {
217217
match b.node.expr {
218218
Some(ex) => maybe_copy(cx, ex,
219219
Some(("Tail expressions in blocks must be copyable",
220-
"(Try adding a move)"))),
220+
"Try adding a move"))),
221221
_ => ()
222222
}
223223
visit::visit_block(b, cx, v);

0 commit comments

Comments
 (0)