You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that find references can be super slow when we request references in external crate, like here: if I request the references of AllowTopLevelPaidExecutionFrom:
It's super slow, like more than 30seconds even one minute.
The result will be like:
But I'm only interested in the references located in my project, is it possible to disable fnding references in external crates?