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 8dd9303 commit 1a68f66Copy full SHA for 1a68f66
crates/ide/src/references.rs
@@ -105,7 +105,7 @@ pub struct Declaration {
105
/// - `(` after tuple struct/variant: Shows tuple literal initializations
106
/// - `;` after unit struct: Shows unit literal initializations
107
/// - Type name in definition: Shows all initialization usages
108
-/// In these cases, other kinds of references (like type references) are filtered out.
+/// In these cases, other kinds of references (like type references) are filtered out.
109
pub(crate) fn find_all_refs(
110
sema: &Semantics<'_, RootDatabase>,
111
position: FilePosition,
0 commit comments