Skip to content

Commit 871dc2b

Browse files
committed
Remove duplicate comment
1 parent ffdc740 commit 871dc2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ra_hir/src/semantics.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ pub fn original_range(db: &impl HirDatabase, node: InFile<&SyntaxNode>) -> FileR
345345
return FileRange { file_id: original_file, range: range.value };
346346
}
347347

348-
// Fail to mapping up more, return the original file range instead
349348
if range.file_id != elem.file_id {
350349
if let Some(root) = db.parse_or_expand(range.file_id) {
351350
elem = range.with_value(find_covering_element(&root, range.value));

0 commit comments

Comments
 (0)