Skip to content

Commit

Permalink
pacify the mercilous tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 25, 2018
1 parent 01d6ed5 commit 626818f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc_passes/ast_validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
_ => {}
Expand Down

0 comments on commit 626818f

Please sign in to comment.