Skip to content

Commit eab38df

Browse files
author
Vytautas Astrauskas
committed
Change the warning message.
1 parent 69df2e1 commit eab38df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
1414
let this = self.eval_context_mut();
1515

1616
this.tcx.sess.warn(
17-
"The thread support is experimental. \
17+
"thread support is experimental. \
1818
For example, Miri does not detect data races yet.",
1919
);
2020

0 commit comments

Comments
 (0)