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
|
@ -338,7 +338,7 @@ pub struct HygieneData {
|
|||
/// first and then resolved later), so we use an `Option` here.
|
||||
local_expn_data: IndexVec<LocalExpnId, Option<ExpnData>>,
|
||||
local_expn_hashes: IndexVec<LocalExpnId, ExpnHash>,
|
||||
/// Data and hash information from external crates. We may eventually want to remove these
|
||||
/// Data and hash information from external crates. We may eventually want to remove these
|
||||
/// maps, and fetch the information directly from the other crate's metadata like DefIds do.
|
||||
foreign_expn_data: FxHashMap<ExpnId, ExpnData>,
|
||||
foreign_expn_hashes: FxHashMap<ExpnId, ExpnHash>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue