mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
fix typo in eval_order_dependence.rs
Fixing a "the the" to "the".
This commit is contained in:
parent
3b03891a4f
commit
50b6dd43e2
@ -160,9 +160,8 @@ impl<'a, 'tcx> Visitor<'tcx> for DivergenceVisitor<'a, 'tcx> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Walks up the AST from the the given write expression (`vis.write_expr`)
|
||||
/// looking for reads to the same variable that are unsequenced relative to the
|
||||
/// write.
|
||||
/// Walks up the AST from the given write expression (`vis.write_expr`) looking
|
||||
/// for reads to the same variable that are unsequenced relative to the write.
|
||||
///
|
||||
/// This means reads for which there is a common ancestor between the read and
|
||||
/// the write such that
|
||||
|
Loading…
Reference in New Issue
Block a user