pacify the mercilous tidy
This commit is contained in:
parent
01d6ed525f
commit
626818fc42
@ -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();
|
||||
}
|
||||
_ => {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user