diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir/src/source_binder.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_hir/src/source_binder.rs b/crates/ra_hir/src/source_binder.rs index 540ddd0b5..633f3e913 100644 --- a/crates/ra_hir/src/source_binder.rs +++ b/crates/ra_hir/src/source_binder.rs | |||
@@ -90,7 +90,6 @@ fn def_with_body_from_child_node( | |||
90 | /// original source files. It should not be used inside the HIR itself. | 90 | /// original source files. It should not be used inside the HIR itself. |
91 | #[derive(Debug)] | 91 | #[derive(Debug)] |
92 | pub struct SourceAnalyzer { | 92 | pub struct SourceAnalyzer { |
93 | // FIXME: this doesn't handle macros at all | ||
94 | file_id: HirFileId, | 93 | file_id: HirFileId, |
95 | resolver: Resolver, | 94 | resolver: Resolver, |
96 | body_owner: Option<DefWithBody>, | 95 | body_owner: Option<DefWithBody>, |