Fix comment

This commit is contained in:
Aleksey Kladov 2020-01-16 17:57:50 +01:00
parent 3ceb9a941a
commit 846f11c217

View File

@ -1,7 +1,5 @@
//! `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.
//! It's main task is to map source syntax trees to hir-level IDs.
//!
//! It is intended to subsume `FromSource` and `SourceAnalyzer`.
use hir_def::{
child_by_source::ChildBySource,