diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2024-10-23 02:45:24 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2024-10-23 02:45:24 -0700 |
| commit | ecdc2441b6a96603dd7188652adf86e06c2dc513 (patch) | |
| tree | ba13d10e763f5bc6ec593c7551644b632a50cfa3 /compiler/rustc_codegen_ssa/src | |
| parent | 9abfcb49002b82f46ad66ceb0b26cee8be2dc658 (diff) | |
| download | rust-ecdc2441b6a96603dd7188652adf86e06c2dc513.tar.gz rust-ecdc2441b6a96603dd7188652adf86e06c2dc513.zip | |
"innermost", "outermost", "leftmost", and "rightmost" don't need hyphens
These are all standard dictionary words and don't require hyphenation.
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/base.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/base.rs b/compiler/rustc_codegen_ssa/src/base.rs index f3d9a7d37e6..a726ee73aaa 100644 --- a/compiler/rustc_codegen_ssa/src/base.rs +++ b/compiler/rustc_codegen_ssa/src/base.rs @@ -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(()) |
