Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Remove double spaces after dots in comments Most of the comments do not have double spaces, so I assume these are typos.
This commit is contained in:
commit
68f12338af
158 changed files with 333 additions and 313 deletions
|
@ -1,5 +1,5 @@
|
|||
// This file contains various trait resolution methods used by codegen.
|
||||
// They all assume regions can be erased and monomorphic types. It
|
||||
// They all assume regions can be erased and monomorphic types. It
|
||||
// seems likely that they should eventually be merged into more
|
||||
// general routines.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue