Remove double spaces after dots in comments
This commit is contained in:
parent
279f1c9d8c
commit
6a28fb42a8
157 changed files with 313 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