diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-07-31 22:49:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-31 22:49:47 +0200 |
| commit | 58f963fb6561ce76e3154fc8ea19911e325b8e3b (patch) | |
| tree | 38786656e79d9338506f1c8d0ab5e7a266ce5e1f /compiler/rustc_codegen_ssa/src | |
| parent | d0ae0b31a80f8f2559df6384f47a7b14a2620334 (diff) | |
| parent | 88c7b16e03452bc6b9f62a7e93788f93b2a51a4f (diff) | |
| download | rust-58f963fb6561ce76e3154fc8ea19911e325b8e3b.tar.gz rust-58f963fb6561ce76e3154fc8ea19911e325b8e3b.zip | |
Rollup merge of #113717 - cuishuang:master, r=Nilstrieb
remove repetitive words
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/back/write.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/write.rs b/compiler/rustc_codegen_ssa/src/back/write.rs index 4ef337bc677..40718525741 100644 --- a/compiler/rustc_codegen_ssa/src/back/write.rs +++ b/compiler/rustc_codegen_ssa/src/back/write.rs @@ -708,7 +708,7 @@ impl<B: WriteBackendMethods> WorkItem<B> { fn desc(short: &str, _long: &str, name: &str) -> String { // The short label is three bytes, and is followed by a space. That // leaves 11 bytes for the CGU name. How we obtain those 11 bytes - // depends on the the CGU name form. + // depends on the CGU name form. // // - Non-incremental, e.g. `regex.f10ba03eb5ec7975-cgu.0`: the part // before the `-cgu.0` is the same for every CGU, so use the |
