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
Use fully-qualified name to avoid an unused import (zed-industries#7104)
This PR adjusts how we implement `Global` conditionally to avoid an
unused import when compiling in release mode.
Release Notes:
- N/A