Skip to content

Commit 846f11c

Browse files
committed
Fix comment
1 parent 3ceb9a9 commit 846f11c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/ra_hir/src/source_binder.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
22
//! It's main task is to map source syntax trees to hir-level IDs.
3-
//!
4-
//! It is intended to subsume `FromSource` and `SourceAnalyzer`.
53
64
use hir_def::{
75
child_by_source::ChildBySource,

0 commit comments

Comments
 (0)