]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/src/member_constraints.rs
Rollup merge of #107633 - clubby789:option-string-coerce-fix, r=Nilstrieb
[rust.git] / compiler / rustc_borrowck / src / member_constraints.rs
index b63e286676ff48fc2129344547850f320da554d0..4af324f740aef686c98d68bd329660555744bae2 100644 (file)
@@ -109,7 +109,7 @@ impl<'tcx, R1> MemberConstraintSet<'tcx, R1>
     R1: Copy + Hash + Eq,
 {
     /// Remap the "member region" key using `map_fn`, producing a new
-    /// member constraint set.  This is used in the NLL code to map from
+    /// member constraint set. This is used in the NLL code to map from
     /// the original `RegionVid` to an scc index. In some cases, we
     /// may have multiple `R1` values mapping to the same `R2` key -- that
     /// is ok, the two sets will be merged.
@@ -158,7 +158,7 @@ pub(crate) fn all_indices(
     }
 
     /// Iterate down the constraint indices associated with a given
-    /// peek-region.  You can then use `choice_regions` and other
+    /// peek-region. You can then use `choice_regions` and other
     /// methods to access data.
     pub(crate) fn indices(
         &self,