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
{{ message }}
This repository was archived by the owner on Aug 12, 2023. It is now read-only.
Allow users to supply the
fallbackfunction instead of assuming that they want to call the vanilla implementation.For example, this would allow us to call telescope's implementation of go-to def:
here we would simply check the type of the
fallbackand if it's a function, we would just call it.