We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ceb9a9 commit 846f11cCopy full SHA for 846f11c
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.
+//! `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.
3
-//!
4
-//! It is intended to subsume `FromSource` and `SourceAnalyzer`.
5
6
use hir_def::{
7
child_by_source::ChildBySource,
0 commit comments