Merge #3422
3422: Add profile call r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
674770ef04
@ -114,6 +114,7 @@ pub(crate) fn find_all_refs(
|
||||
position: FilePosition,
|
||||
search_scope: Option<SearchScope>,
|
||||
) -> Option<RangeInfo<ReferenceSearchResult>> {
|
||||
let _p = profile("find_all_refs");
|
||||
let sema = Semantics::new(db);
|
||||
let syntax = sema.parse(position.file_id).syntax().clone();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user