Skip to content

Commit 626818f

Browse files
committed
pacify the mercilous tidy
1 parent 01d6ed5 commit 626818f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_passes/ast_validation.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ impl<'a> Visitor<'a> for AstValidator<'a> {
175175
ExprKind::ObsoleteInPlace(..) => {
176176
self.err_handler()
177177
.struct_span_err(expr.span, "emplacement syntax is obsolete (for now, anyway)")
178-
.note("for more information, see <https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911>")
178+
.note("for more information, see \
179+
<https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911>")
179180
.emit();
180181
}
181182
_ => {}

0 commit comments

Comments
 (0)