Skip to content

Commit 0704279

Browse files
committed
improve use of , vs ;
1 parent 5580b90 commit 0704279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/lint/context.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ pub fn raw_struct_lint<'a>(sess: &'a Session,
446446
// Check for future incompatibility lints and issue a stronger warning.
447447
if let Some(future_incompatible) = lints.future_incompatible(LintId::of(lint)) {
448448
let explanation = format!("this was previously accepted by the compiler \
449-
but is being phased out, \
450-
and will become a hard error in a future release!");
449+
but is being phased out; \
450+
it will become a hard error in a future release!");
451451
let citation = format!("for more information, see {}",
452452
future_incompatible.reference);
453453
if let Some(sp) = span {

0 commit comments

Comments
 (0)