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 c6baf3d commit ab23af4Copy full SHA for ab23af4
crates/ide/src/references.rs
@@ -1,6 +1,6 @@
1
//! This module implements a reference search.
2
//! First, the element at the cursor position must be either an `ast::Name`
3
-//! or `ast::NameRef`. If it's a `ast::NameRef`, at the classification step we
+//! or `ast::NameRef`. If it's an `ast::NameRef`, at the classification step we
4
//! try to resolve the direct tree parent of this element, otherwise we
5
//! already have a definition and just need to get its HIR together with
6
//! some information that is needed for further steps of searching.
0 commit comments