File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
//! - `(` for tuple structs/variants
16
16
//! - `;` for unit structs
17
17
//! - The type name in a struct/enum/variant definition
18
- //! Then only constructor/initialization usages will be shown, filtering out other references.
18
+ //! Then only constructor/initialization usages will be shown, filtering out other references.
19
19
20
20
use hir:: { PathResolution , Semantics } ;
21
21
use ide_db:: {
@@ -105,7 +105,7 @@ pub struct Declaration {
105
105
/// - `(` after tuple struct/variant: Shows tuple literal initializations
106
106
/// - `;` after unit struct: Shows unit literal initializations
107
107
/// - 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.
109
109
pub ( crate ) fn find_all_refs (
110
110
sema : & Semantics < ' _ , RootDatabase > ,
111
111
position : FilePosition ,
You can’t perform that action at this time.
0 commit comments