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
wildcard_imports's allowed-wildcard-imports is currently a list of path segments, but one cannot match more than one path segment in the same path. In turn, that means one may need to allow more than needed.
For instance, a project may want to allow error::code::*, but not everything with error or code in the name: