Drop obsolete comment

This commit is contained in:
Aleksey Kladov 2019-11-12 18:51:37 +03:00
parent 1a90ad5802
commit 1c0a3a1a30

View file

@ -54,10 +54,6 @@ pub(super) fn lower(
struct ExprCollector<DB> { struct ExprCollector<DB> {
db: DB, db: DB,
resolver: MacroResolver, resolver: MacroResolver,
// Expr collector expands macros along the way. original points to the file
// we started with, current points to the current macro expansion. source
// maps don't support macros yet, so we only record info into source map if
// current == original (see #1196)
original_file_id: HirFileId, original_file_id: HirFileId,
current_file_id: HirFileId, current_file_id: HirFileId,