Skip to content

Commit 1a68f66

Browse files
committed
upd
1 parent 8dd9303 commit 1a68f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/references.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub struct Declaration {
105105
/// - `(` after tuple struct/variant: Shows tuple literal initializations
106106
/// - `;` after unit struct: Shows unit literal initializations
107107
/// - Type name in definition: Shows all initialization usages
108-
/// In these cases, other kinds of references (like type references) are filtered out.
108+
/// In these cases, other kinds of references (like type references) are filtered out.
109109
pub(crate) fn find_all_refs(
110110
sema: &Semantics<'_, RootDatabase>,
111111
position: FilePosition,

0 commit comments

Comments
 (0)