pacify the mercilous tidy

This commit is contained in:
Niko Matsakis 2018-05-25 04:46:42 -04:00
parent 01d6ed525f
commit 626818fc42

View File

@ -175,7 +175,8 @@ impl<'a> Visitor<'a> for AstValidator<'a> {
ExprKind::ObsoleteInPlace(..) => {
self.err_handler()
.struct_span_err(expr.span, "emplacement syntax is obsolete (for now, anyway)")
.note("for more information, see <https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911>")
.note("for more information, see \
<https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911>")
.emit();
}
_ => {}