diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-15 01:01:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-15 01:01:37 +0100 |
| commit | cc02ecc0101ab91627bf470166df10cd85ae8ec3 (patch) | |
| tree | 6b1cfe1b3bee6428feb1a7be3ac62bde67dae2fc /compiler/rustc_trait_selection/src | |
| parent | 980bf1979e28b4acc4e189b4266afd5f58b68d6d (diff) | |
| parent | 0e65003c9e0ea97d7fcfbdb01cca181558b5fa15 (diff) | |
| download | rust-cc02ecc0101ab91627bf470166df10cd85ae8ec3.tar.gz rust-cc02ecc0101ab91627bf470166df10cd85ae8ec3.zip | |
Rollup merge of #106863 - anden3:compiler-double-spaces, r=Nilstrieb
Remove various double spaces in compiler source comments. Was asked to do it by `@Nilstrieb`
Diffstat (limited to 'compiler/rustc_trait_selection/src')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/mod.rs b/compiler/rustc_trait_selection/src/traits/mod.rs index 241ae0275ce..13aa067844a 100644 --- a/compiler/rustc_trait_selection/src/traits/mod.rs +++ b/compiler/rustc_trait_selection/src/traits/mod.rs @@ -308,7 +308,7 @@ pub fn normalize_param_env_or_error<'tcx>( // the `TypeOutlives` predicates first inside the unnormalized parameter environment, and // then we normalize the `TypeOutlives` bounds inside the normalized parameter environment. // - // This works fairly well because trait matching does not actually care about param-env + // This works fairly well because trait matching does not actually care about param-env // TypeOutlives predicates - these are normally used by regionck. let outlives_predicates: Vec<_> = predicates .drain_filter(|predicate| { |
