diff options
author | Aleksey Kladov <[email protected]> | 2020-01-16 16:57:50 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-16 16:57:50 +0000 |
commit | 846f11c2177f3e3a6348acb67503028180b3c1f8 (patch) | |
tree | 197dbdb0df95b3645095a1a5b9a33267f1151ae9 /crates/ra_hir/src | |
parent | 3ceb9a941a9dbb3c4dfa3a217ee3f4de792df0dc (diff) |
Fix comment
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r-- | crates/ra_hir/src/source_binder.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/ra_hir/src/source_binder.rs b/crates/ra_hir/src/source_binder.rs index b2b17d510..f3150f578 100644 --- a/crates/ra_hir/src/source_binder.rs +++ b/crates/ra_hir/src/source_binder.rs | |||
@@ -1,7 +1,5 @@ | |||
1 | //! `SourceBinder` should be the main entry point for getting info about source code. | 1 | //! `SourceBinder` is the main entry point for getting info about source code. |
2 | //! It's main task is to map source syntax trees to hir-level IDs. | 2 | //! It's main task is to map source syntax trees to hir-level IDs. |
3 | //! | ||
4 | //! It is intended to subsume `FromSource` and `SourceAnalyzer`. | ||
5 | 3 | ||
6 | use hir_def::{ | 4 | use hir_def::{ |
7 | child_by_source::ChildBySource, | 5 | child_by_source::ChildBySource, |