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
This actions sets CARGO_PROFILE_DEV_DEBUG to 0, disabling debug info, thereby removing line numbers from backtraces. I wanted to ask about the reasoning for this, since line numbers are useful. Does this make the cache too big?