"innermost", "outermost", "leftmost", and "rightmost" don't need hyphens
These are all standard dictionary words and don't require hyphenation.
This commit is contained in:
parent
9abfcb4900
commit
ecdc2441b6
19 changed files with 45 additions and 45 deletions
|
@ -888,7 +888,7 @@ impl CrateInfo {
|
|||
// below.
|
||||
//
|
||||
// In order to get this left-to-right dependency ordering, we use the reverse
|
||||
// postorder of all crates putting the leaves at the right-most positions.
|
||||
// postorder of all crates putting the leaves at the rightmost positions.
|
||||
let mut compiler_builtins = None;
|
||||
let mut used_crates: Vec<_> = tcx
|
||||
.postorder_cnums(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue