Skip to content

Commit 201fc48

Browse files
nikomatsakispietroalbini
authored andcommitted
pacify the mercilous tidy
1 parent cfb8cbe commit 201fc48

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
@@ -177,7 +177,8 @@ impl<'a> Visitor<'a> for AstValidator<'a> {
177177
ExprKind::ObsoleteInPlace(..) => {
178178
self.err_handler()
179179
.struct_span_err(expr.span, "emplacement syntax is obsolete (for now, anyway)")
180-
.note("for more information, see <https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911>")
180+
.note("for more information, see \
181+
<https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911>")
181182
.emit();
182183
}
183184
_ => {}

0 commit comments

Comments
 (0)