Skip to content

Commit 358e02d

Browse files
committed
further revision to text, get it down under 100 columns.
1 parent d59d6c0 commit 358e02d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/librustc_lint/builtin.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,9 +2182,8 @@ impl LintPass for DropWithReprExtern {
21822182
codemap::DUMMY_SP);
21832183
ctx.span_lint(DROP_WITH_REPR_EXTERN,
21842184
drop_impl_span,
2185-
"implementing Drop adds hidden state to \
2186-
types, possibly conflicting with \
2187-
the `#[repr(C)]` attribute");
2185+
"implementing Drop adds hidden state to types, \
2186+
possibly conflicting with `#[repr(C)]`");
21882187
ctx.span_lint(DROP_WITH_REPR_EXTERN,
21892188
self_defn_span,
21902189
"the `#[repr(C)]` attribute is attached here");

0 commit comments

Comments
 (0)