diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-02-23 17:02:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 17:02:05 +0100 |
| commit | 15b77953d7b181de366102d55b1855ccfab2302a (patch) | |
| tree | 5f0f6b79601644ab8bb03bf88e991492cea4f20e /compiler | |
| parent | 13b9bf50241e26cc1ea07df9c29b2807b5dfcec9 (diff) | |
| parent | 824d75c22e6a95058c488d4f0d6048277ba91f9d (diff) | |
| download | rust-15b77953d7b181de366102d55b1855ccfab2302a.tar.gz rust-15b77953d7b181de366102d55b1855ccfab2302a.zip | |
Rollup merge of #121495 - cuishuang:master, r=clubby789
remove repetitive words
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/back/metadata.rs | 2 | ||||
| -rw-r--r-- | compiler/rustc_middle/src/traits/select.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/metadata.rs b/compiler/rustc_codegen_ssa/src/back/metadata.rs index 8e76e47cfef..c6b04431fab 100644 --- a/compiler/rustc_codegen_ssa/src/back/metadata.rs +++ b/compiler/rustc_codegen_ssa/src/back/metadata.rs @@ -623,7 +623,7 @@ pub fn create_compressed_metadata_file_for_xcoff( /// that contains a custom section of the name `section_name` with contents /// `data`. /// -/// NB: the `object` crate does not yet have support for writing the the wasm +/// NB: the `object` crate does not yet have support for writing the wasm /// object file format. The format is simple enough that for now an extra crate /// from crates.io (such as `wasm-encoder`). The file format is: /// diff --git a/compiler/rustc_middle/src/traits/select.rs b/compiler/rustc_middle/src/traits/select.rs index e3050007c7b..8e9751f4529 100644 --- a/compiler/rustc_middle/src/traits/select.rs +++ b/compiler/rustc_middle/src/traits/select.rs @@ -139,7 +139,7 @@ pub enum SelectionCandidate<'tcx> { /// generated for an `async ||` expression. AsyncClosureCandidate, - /// Implementation of the the `AsyncFnKindHelper` helper trait, which + /// Implementation of the `AsyncFnKindHelper` helper trait, which /// is used internally to delay computation for async closures until after /// upvar analysis is performed in HIR typeck. AsyncFnKindHelperCandidate, |
